Showing posts with label Mobile. Show all posts
Showing posts with label Mobile. Show all posts
Friday, March 1, 2013
Android Basics and building My first app with fragments
An activity represents the visual representation of an Android application. Activities use Views and Fragments to create the user interface and to interact with the user.
The graphical user interface for an Android app is built using a hierarchy of View and ViewGroup objects. View objects are usually UI widgets such as buttons or text fields and ViewGroup objects are invisible view containers that define how the child views are laid out, such as in a grid or a vertical list.
Android provides an XML vocabulary that corresponds to the subclasses of View and ViewGroup so you can define your UI in XML using a hierarchy of UI elements
You will want to enable usb debugging on your phone if you want to test your application on it.
http://www.groovypost.com/howto/mobile/how-to-enable-usb-debugging-android-phone/
Making the emulator fast.
http://stackoverflow.com/questions/1554099/slow-android-emulator
http://developer.android.com/guide/components/fragments.html
http://developer.android.com/training/basics/fragments/index.html
http://www.vogella.com/articles/Android/article.html
Building a Android Custom ROM
http://www.youtube.com/watch?v=1_H4AlQaNa0
In this two-part series, Marko is going to show you how to build a custom Android ROM from scratch. This series will cover:
Building Android From Source
- Setting up your machine
- Getting the source code: git and repo
- Building the source code
- Android project layout - what is what
Building Custom Android ROM
- Customizing the build
- Adding and removing applications
- Rooting the device and modifying users
- Modifying startup process
- Installing native libraries
Modifying Android Frameworks
- About Android frameworks and services
- Sensor service
- Telephony service
- Multimedia framework
http://www.kandroid.org/online-pdk/guide/build_new_device.html
Rooting my android
http://www.chargeforums.com/forum/droid-charge-hacking-guides/1264-how-root-your-droid-charge.html
http://www.makeuseof.com/tag/install-custom-rom-android/
http://forum.xda-developers.com/showthread.php?t=1179809 - Better Battery Stats
http://theunlockr.com/category/roms-2/android-roms-2/samsung-droid-charge-roms/ - Samsung Droid Charge Roms List
http://en.wikipedia.org/wiki/Android_version_history#Android_2.3.3-2.3.7_Gingerbread_.28API_level_10.29 - Android Versions
http://kdtweakedrom.blogspot.com/ - Tweaked Blog site
At time of writing looks like 3.1 is the latest.
Subscribe to:
Posts (Atom)