Android app to watch movies

Looking for AppToMarket to Automate conversion of AI apk to Google Play Store? See HERE

If you like to watch classic / good old movies, TV sitcoms or cartoons, then check out the Android app listed below. It contains over +100 shows that can be watched on your Android device. There are two versions of the app available:

  • LITE – Limited selection of the shows. You need to select shows from top of the each list
  • PRO – Provides access to full collection of shows.

The app provides ability to watch shows in either Low Quality (quick streaming) or High Quality (slower start-up). The Low Quality streaming is useful when in outdoor and not connected to high speed connection. The High Quality streaming start-up is slower and takes about 10-15 seconds, but you get ultimate picture quality.

Check out the LITE version HERE.

Watch Free Movies

Posted in Uncategorized | 1 Comment

Making your keystore compatible with App Inventor

Looking for AppToMarket to Automate conversion of AI apk to Google Play Store? See HERE

This slideshow requires JavaScript.

If you have used AppToMarket to create keystore and sign your apps using it, you can now make your keystore compatible for publishing to App Inventor. This feature was introduced in Release 2.7 of AppToMarket and converts your AppToMarket keystore to AI compatible in easy steps. For safety, the converter instead of mocking with your original keystore, creates a clone of your keystore and then manipulates that. Using this approach, you can be sure that your original keystore stays intact.

AI keystore defaults are:
keystore file name: android.keystore
password: android
alias: androidkey

Download AppToMarket latest version HERE
Comments / questions? See THIS blog

Posted in android, android market | Tagged , | 6 Comments

Remote Texting Tracker / Monitor

Looking for AppToMarket to Automate conversion of AI apk to Google Play Store? See HERE

Check out ‘iCare SMS Tracker’ app HERE for remotely tracking and monitoring SMS activity of an Android phone.  It can also be used to track your children using GPS and show their location on interactive satellite map.

This app is useful for parents who are concerned about their child texting activity OR for those who just want to have a backup of texting activity and have it emailed to them.!!

See video HERE.

Available in Google Play Store HERE

Posted in android market | Tagged , , , , , , , , , , , | 1 Comment

App Inventor Service

Due to transition of App Inventor to MIT, App Inventor was shut down and will be back up sometime first quarter of this year. At this time, I have an my own instance of App Inventor running and can add  couple additional people to access my instance. If you are interested, follow up this link and post your request here: https://groups.google.com/d/msg/apptomarket/9NOvj640dy8/3dfPPGa2K7MJ

-Hossein

Posted in Uncategorized | Leave a comment

Google App Inventor By Example

If you are interested in learning App Inventor, below is a link to an introductory book, by Ralph Roberts with me as Technical Editor on that book. It contains many great examples to get you started quickly. It also includes references to AppToMarket tool for converting your AI apps to Android Market compatible apps. Check out the eBook here:

http://www.packtpub.com/google-inventor-for-powerful-android-apps/book#in_detail

Posted in Uncategorized | Leave a comment

Market & Promote Your Business to Android Users

We will be publishing an app into Android Market that will help business owners to market and promote their using THEIR own promotional data. This app will be FREE to Android users, but will be subscription-based for Business Owners (low monthly fee).

For limited time, we are offering Business Owners to try out app for FREE for One Month – No Strings Attached. By end of trial period, if you like to continue using our service, you simply enroll into a subscription plan, otherwise your trial period will expire.

For detailed info and enrollment into trial-period, please click HERE.

You can’t miss this opportunity. Enrollment IS LIMITED and Trial period is Completely FREE.

Posted in Uncategorized | Leave a comment

HowTo publish new versions of your app

This slideshow requires JavaScript.


Android Market requires you to version your app and provides a version code and version name for such purpose. Version code is an Integer value that represents the version of your application code, relative to other versions. Version Name is a String value that represents the release version of app and this is what shown to Market users.

For example, initial release of your app, you can assign Version Code of 1 and for version name, 1.0.
For your updates, you have to have a higher version code (e.g. 2) and a version name of like 2.0 or 1.1 or any other string. However, keeping them in sync is recommended.

AppToMarket automates this for you. Prior to discussing what needs to be done in AppToMarket, follow step 1

1. First goto your Market console, select the app you want to upgrade, then on subsequent page, select ‘APK Files’ tab. This will you show you current version that you have. Use this to find out what your next version should be. (see market.png)

2. AppToMarket automates this upgrade for you during app conversion (version.png) to see how to manipulate these data. During AppToMarket conversion, just bump-up the Version (version code). This automatically changes the Version Name, BUT, you can change that as needed.

3. Once done, back to your Market console (back to market.png) and click ‘Upload APK’.

Any questions, see AI / AppToMarket forum HERE

Posted in Uncategorized | Leave a comment