we all will be using our android phone daily but many fail to know the basics of their phone.
This app shows some basic features of android phone
- Android Life cycle: when does the activity gets created and to
which state the phone goes, when we press home or back button.
- Screen location: How does the X and Y coordinator move in
the screen.
- Support: How many fingers your phone can identify(sense) at a
time.
- Key code : whats the value for each button we use ,example
for home or back key.
- Accelerometer: X,Y,Z coordinator of your phone with respect
to ground. This application gives the basics of your phone which are good to know.
USAGE
- Before developing any application first, everyone should know the LifeCycle
of Android Activity.
- Almost for all applications it is important to know how does the screen work,
i.e the X and Y coordinator.
- Some developers will require the multi touch support of a phone to develop
the apps.
- Accelerometer is the bas