Pages

Showing posts with label Post 8: App Development for Google Android (Continuation). Show all posts
Showing posts with label Post 8: App Development for Google Android (Continuation). Show all posts

Sunday, February 22, 2015

Platform: Android (Continued)

Development
Here we will see the steps in the screenshot way rather than using words which could be more self explanatory.
Figure 19: Creating a new project

Figure 20: Naming the project

Figure 21: Configuring the project.
Figure 22: Selecting SDK version of the App


After this, the user interface to be designed in Java code programming as per the following:
  • Buttons
  • Textview
  • Edittext
  • CheckBox
  • Radio Button
  • Listview
Figure 23: Major UI element
Layouts and views
Frame Layout
Linear Layout
Table Layout
Relative Layout.

Figure 24: Frame Layout / Linear Layout / Table Layout
Then an Android Virtual device to be created followed by debugging.Debugging in Eclipse is a simple way and easy. Instead of running our application, we select "Debug As" and the screen is off and running. Setting breakpoints in our code by selecting them by the gutter next to the line numbers, and as our code progresses it will break at all your steps.

After all these steps it should be connected to the Google Playstore and UI navigation and notifications should be taken care of. In this post, we have seen the Android as your framework.