Eclipse Fullscreen Activity Android App Primer Tutorial
โœ‚๐Ÿƒ๐Ÿพโ€โ™€๏ธ๐Ÿƒ๐Ÿผโ€โ™‚๏ธ
๐Ÿ“–

Eclipse Fullscreen Activity Android App Primer Tutorial

Eclipse Fullscreen Activity Android App Primer Tutorial

Our mobile app tutorial today builds on Eclipse Android App Google Play Ready Primer Tutorial (the โ€œend gameโ€) as shown below, in attempting to kick start some of the ideas of what that tutorial calls the โ€œmiddle gameโ€, and then it would be good to also mention Android Application (on Windows) Primer Tutorial (the โ€œstart gameโ€ (presented way below)).

By the โ€œmiddle gameโ€ we mean the fun bits (maybe?!) involving programming and coding, cocooned perhaps between design and testing. Everybody works out their own ways, but most time passes for me with testing, and canโ€™t see that getting less with all the platforms and environments youโ€™d like to try to cater for.

This tutorial is just a small example, and you could keep doing examples until you are blue in the face, but here we just show a Fullscreen Activity mode Android App Project from within the Eclipse (Java) IDE. Within the design we add our own ImageView which is initialized to contain a home-grown image, and this image is toggled with another home-grown image (both placed in the appโ€™s res subdirectories (of various resolutions)) with changes of screen mode and for button press/touch events.

So got in a quiet room and did a podcast (is quite big, so may take a lot of time to download) to explain a few things, โ€œfewโ€ being the operative word, as there is much more to say over time, sometimes in overtime (chortle, chortle).

So, letโ€™s see some โ€œas the project startsโ€ versus โ€œas we finished upโ€ programming software code difference presentations (of the files that got changed to make this happen โ€ฆ believe AndroidManifest.xml didnโ€™t change, but is important, so is included here) and youโ€™ll both see how much the Eclipse IDE services you โ€œout of the boxโ€, and little bits of starting you into your own Java coding thoughts:

Happy Android to you!



Previous Eclipse Android App Google Play Ready Primer Tutorial is shown below.

Eclipse Android App Google Play Ready Primer Tutorial

Eclipse Android App Google Play Ready Primer Tutorial

Our tutorial today builds on Android Application (on Windows) Primer Tutorial (the โ€œstart gameโ€), and represents the โ€œend gameโ€ of creating an Android App (for a mobile phone), still on Windows, using Eclipse Java and the Android App SDK, but leaves out the creative bit in the middle, for which we will do tutorials into the future (ie. the app and its design, coding, unit testing etcetera, etcetera, etcetera) .

Now you may be disappointed but you should see this tutorial for the important thing it represents โ€ฆ selling your wares โ€ฆ if you are doing that, that is.

In our tutorial I am only showing you the bare bones, but you should feel free to add more sophistication to improve the presentation.

Okay, we have created our Android App โ€ฆ all that difficult design work and resource gathering is done โ€ฆ it Builds โ€ฆ it Works โ€ฆ youโ€™ve tested it on some platforms โ€ฆ it makes toast (even if you donโ€™t want it) for breakfast โ€ฆ yes, there are teething problems โ€ฆ but even the Walk on the Moon didnโ€™t go without a hitch?! There is version control in Google Play, and people like to see your product improving or responding to user requests, or that call on the red phone. So, letโ€™s:

  1. Export the build with a keystore creating a digitally signed .apk
  2. Go to the Google Apps Developer portal for the Developer Console โ€ฆ link here is to register (at time of writing, is a oneoff payment) โ€ฆ and here is a good link for training resources
  3. Upload the digitally signed .apk
  4. Fill in Store Listing requirements and other matters, then Publish it to Google Play online store
  5. See the Android App on Google Play โ€ฆ this tutorialโ€™s Android App at Google Play โ€ฆ other personal experience

So, letโ€™s go see how itโ€™s done here with our tutorial, and if this means something to you, hope your app sells like hotcakes!


^
^
^

The โ€œmiddle gameโ€ โ€ฆ the app and its design, coding, unit testing etcetera, etcetera, etcetera โ€ฆ for future tutorials โ€ฆ before โ€ฆ after.

^
^


^
^
^
^

Previous tutorial Android Application (on Windows) Primer Tutorial โ€ฆ

Android Application Primer Tutorial

Android Application Primer Tutorial

Android Applications run on many of todayโ€™s mobile (smart) phones. More and more the Internet traffic of the world arises because of mobile phone usage.

This video is a primer showing a โ€œstream-of-consciousnessโ€ view of installing the necessary software components on a Windows laptop in order to create an Android Application that will run on many of todayโ€™s (smart) mobile phones. These components, for my setup, include:

  1. Java Runtime Environment
  2. Eclipse IDE
  3. Android SDK
  4. Android ADT Plugin

When doing your research and development on your favourite search engine enter

โ€œAndroid SDKโ€ โ€œEclipseโ€ โ€œJavaโ€

to find out more. Here is one good relevant page.

Below is a summary of the โ€œslidesโ€ of the video above (NB. as you install you may come across some/all of these scenarios, but it may or may not be in the order shown in this video):

  1. Download Java Runtime
  2. Eclipse Zip File
  3. Android SDK Manager
  4. Eclipse ADT Plugin
  5. Android App: Configure Laucher Icon
  6. Android App: activity_main.xml
  7. Android App: Run As โ€“ Android Application
  8. Android App: MainActivity.java
  9. Android App: Simulator Loading
  10. Android App: Uploading and Installing the .apk
  11. Android App: Hello World! on Simulator
  12.  

    Word of advice is that the simulator can be quite slow, and you may (really) need to wait for it!

    If this was interesting you may be interested in this too.


    If this was interesting you may be interested in this too.


    If this was interesting you may be interested in this too.

This entry was posted in Android, Eclipse, eLearning, Software, Tutorials and tagged , , , , , , , , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *