Would like to write a review for your app (for free no catch)

StanleyForesythe

New Member
Joined
Dec 3, 2011
Messages
1
Reaction score
0
I run an App Review site and am trying to build a reader base. If anyone here wants a review done for their app just email me at info[at]givemeapps.com

This is free of charge and I guess can help with the visibility of your app. My site is givemeapps.com
 

r2sjoblom

New Member
Joined
Feb 24, 2011
Messages
10
Reaction score
0
You can take a look at this APK. I developed this APK for my website. This will help other new Android Dev's on their "how to" questions. It's basic but has quite a bit of information. Each menu has the source code available to the user to view the source code so they can see how I have done them. Users can use this as a jumping off point for their applications.

I don't have it posted on the market yet. No sure if this is what you are looking for.

The main topics this apk covers is:

-Creating a startup splash screen
-Creating a ListArray
-Creating a WebView to display an external website
-Creating a WebView to display an internal HTML doc with Javascript support
-Access and display Wifi networking information on the device
-How to call another class file from inside current Activity using Intent()
-Basics in XML
-Adding and formats in Layouts in XML
-A Paint program with Gesture
-Creating a SlidingDrawer Object
-Creating Toasts
-Call other installed default applications on the device from loading a particular file
 
Last edited by a moderator:
Top