Monday, March 4, 2013

Dresscodefinder Android Application for United States Hotel

Dresscodefinder Android Application

The application helps to find the dress code of specific hotels in United States. If you like to search the hotels Dress Code download this android application to your smart phone.

Step1: Download the Dresscodefinder Android App for all Cities in United States.

Step2: You need to download the application or copy the file to your mobile.

step3: Since the application is not there in Android Market, you need to mobile phone: Settings -> Applications -> select the Unknown sources

step4: Double click the dowloaded file in mobile and install.

step5: In your application window you will get logo for the application and it will direct you to the respective screen and sites when you click on the tabs, but you need to have internet connection in Mobile.



Design:




Multiple Record JSON Response handling with AppInventor:

Saturday, March 2, 2013

Currency Converter Android application

Free Download Currency Converter Android application

Step1: Download the Currency Convertor Android App for almost all the currencies from here.

Step2: You need to download the application or copy the file to your mobile.

step3: Since the application is not there in Android Market, you need to mobile phone: Settings -> Applications -> select the Unknown sources

step4: Double click the dowloaded file in mobile and install.

step5: In your application window you will get logo for the application and it will direct you to the respective screen and sites when you click on the tabs, but you need to have internet connection in Mobile

Friday, March 1, 2013

Android application development without Coding


Android application development become very popular today.Android platform today has built outstanding careers in technology innovation and application development . The platform virtually creates superstar developers who can think differently and who can build small applications quickly. Since it's open source, the scope to learn and work is infinite. The platform has the backing of innovation giant Google. For a software developer with excellent depth in algorithms, who can think out of the box, Android will be the best thing to happen.
There are tool and IDE available online to support the Android application  development without knowing coding. You don't require to be a programmer to 
build Android application now.


App Inventor aims at the non-developer user base who are assumed to want to build something but don’t want to/are afraid of code.This is the same user base that mashup builders, HTML editors and countless tools have addressed, with mixed results.It also aims at the Android beginner segment, made up of people new to development or new to Android.

The appinventor tutorial can be get from the following link:http://beta.appinventor.mit.edu/learn/tutorials/ 


2.iBuildApp

Create your own iPhone/iPad App without any coding. Application like ebook, Bar&Restaurant ,  Music,Small Business etc can build very easily.
Tutorial can be found in the following link :http://ibuildapp.com/how-to-build-an-iphone-app-in-5-min-tutorial/http://ibuildapp.com/how-to-build-an-iphone-app-in-5-min-tutorial/

3. Conduit mobile

Conduit is an online platform that allows web publishers to create custom toolbars, web apps, and mobile apps at no cost.Web apps and pieces of content developed through Conduit's platform can be distributed and exchanged online via the Conduit App Marketplace. The basic tutorial can be found in the following path: http://mobile.conduit.com/#/How-to-Create-Mobile-Apps.aspx
Android is a Linux-based operating system designed primarily for touchscreen mobile devices such as smartphones and tablet computers. Initially developed by Android, Inc., which Google backed financially and later purchased in 2005, Android was unveiled in 2007 along with the founding of the Open Handset Alliance: a consortium of hardware, software, and telecommunication companies devoted to advancing open standards for mobile devices.

Android has a growing selection of third party applications, which can be acquired by users either through an app store such as Google Play or the Amazon Appstore, or by downloading and installing the application's APK file from a third-party site.The Play Store application allows users to browse, download and update apps published by Google and third-party developers, and is pre-installed on devices that comply with Google's compatibility requirements.

The open and customizable nature of Android allows it to be used on other electronics, including laptops and netbooks, smartbooks,smart TVs (Google TV) and cameras (Nikon Coolpix S800c and Galaxy Camera).In addition, the Android operating system has seen applications on smart glasses (Project Glass), wristwatches,headphones,car CD and DVD players,mirrors,portable media players and landlines and Voice over IP phones.

Thursday, February 28, 2013

Taxime taxi fare Android Application

Download Taxime Android Application

The Application helps you find out taxi fare in different cities of Canada and America. All you need to enter is the city and code .

Step1: Download the Taxime taxi fare Android App for Canada and America from here.

Step2: You need to download the application or copy the file to your mobile.
step3: Since the application is not there in Android Market, you need to mobile phone: Settings -> Applications -> select the Unknown sources
step4: Double click the dowloaded file in mobile and install.
step5: In your application window you will get logo for the application and it will direct you to the respective screen and sites when you click on the tabs, but you need to have internet connection in Mobile

Android Application to get Pincode from Place

Download the Android application for Pincode Search

Step1: Download the Pincode Search Android App in India from here.

Step2: You need to download the application or copy the file to your mobile.

step3: Since the application is not there in Android Market, you need to mobile phone: Settings -> Applications -> select the Unknown sources

step4: Double click the dowloaded file in mobile and install

step5: In your application window you will get logo for the application and it will direct you to the respective screen and sites when you click on the tabs, but you need to have internet connection in Mobile

Design
The pincode API can be get from www.getpincode.info , the components are attached to the Screen1 which include a Web component,Place search text box and search button. Activity starter is used for the button like Índia Post' and Speed Post to connect to internet.


Android AppInventor JSON response parsing

The Web component can be used to connect and get the response which is in JSON format. Once the Url has been set in text , the web1.get can be called to receive the JSON response.


Appinventor Web.GotText
The response content needs to be passed to a procedurewithResult( can be created from the definition block. Procedure which returns a value). The procedure has been defined with four parameters jsonresponse, starttag,endtag and decodeHTMLText. The procedure is called with responsecontent,"pincode", "," and true.


App Inventor Procedure to parse JSON response

The created temporary variable can be assigned with response , but we need to parse it based on the instruction given in www.getpincode.info . using startTag we can split the response into two pieces in that we need to again split the data again with endTag. If there is any html code , we need to decode it that as well.

Wednesday, February 27, 2013

GPS tracker Car or Bike Locator Android Application

Car or Bike Locator Android Application

Step1: Download the GPS Tracker Android App from here.

Step2: You need to download the application or copy the file to your mobile.

step3: Since the application is not there in Android Market, you need to mobile phone: Settings -> Applications -> select the Unknown sources

step4: Double click the dowloaded file in mobile and install

step5: In your application window you will get logo for the application and it will direct you to the respective screen and sites when you click on the tabs, but you need to have internet connection in Mobile
Design

App inventor Blocks


Stock Quotes Android Application

Stock Quotes Android Application

Step1: Download the stock quote Android App from here.

Step2: You need to download the application or copy the file to your mobile.

step3: Since the application is not there in Android Market, you need to mobile phone: Settings -> Applications -> select the Unknown sources

step4: Double click the dowloaded file in mobile and install

step5: In your application window you will get logo for the application and it will direct you to the respective screen and sites when you click on the tabs, but you need to have internet connection in Mobile

App Inventor Design for Stock Quotes:

StockSymbolTextbox - text box where Company Symbol enter.
GetQuote_button - button to get quote.
Symbollist_button - button to direct the site link details for Company Stock Symbol Details.
Tabelarragement - enter the label for text and values to display for the quote.

web1-web component to get send and get the response from yahoo stock quote api.
activitystarter - to connect to the link given for Symbol List.



Blocks

Monday, February 25, 2013

Mumbai Departing Train List Android Application

Download Android Application to get the list of Trains Departing from Mumbai Railway station:

Step1: Download the Mumbai Central Departure Trains List Android App from here.
Step2: You need to download the application or copy the file to your mobile.
step3: Since the application is not there in Android Market, you need to mobile phone: Settings -> Applications -> select the Unknown sources
step4: Double click the downloaded file in mobile and install
step5: In your application window you will get logo for the application and it will direct you to the respective screen and sites when you click on the tabs, but you need to have internet connection in Mobile.

Android Application for Chennai Central Departure Trains List for Today

Download Android Application for Chennai Central Departure Trains List for Today

Step1: Download the Chennai Central Departure Trains List Android App from here.
Step2: You need to download the application or copy the file to your mobile.
step3: Since the application is not there in Android Market, you need to mobile phone: Settings -> Applications -> select the Unknown sources
step4: Double click the downloaded file in mobile and install
step5: In your application window you will get logo for the application and it will direct you to the respective screen and sites when you click on the tabs, but you need to have internet connection in Mobile.

Sunday, February 24, 2013

Sabarimala Travel Guide Android App

Sabarimala Travel Guide Android Application

Step1: Download the Sabarimala Travel Android App from here.
Step2: You need to download the application or copy the file to your mobile.
step3: Since the application is not there in Android Market, you need to mobile phone: Settings -> Applications -> select the Unknown sources
step4: Double click the downloaded file in mobile and install
step5: In your application window you will get logo for the application and it will direct you to the respective screen and sites when you click on the tabs, but you need to have internet connection in Mobile.



Design:

The application have different screens to show the facilities of Sabarimala. Services screen shows the near by hospitals and policy station details. Accomodation screen you will get the accomodation contact details.The Vehicle screen direct to you to taxi booking site in Sabarimala.



Thursday, February 21, 2013

Utility bills Payment Android Application

Tamil Nadu Utility bills Payment Android App Utility

Tamil Nadu Utility Bill payment can be done through the android app in Mobile phone. No need to remember the sites , just you need to install the application in your phone.
The electricity bill, TV bill payment,broadband bill payment can be done through this application.
Step2: You need to download the application or copy the file to your mobile.
step3: Since the application is not there in Android Market, you need to mobile phone: Settings -> Applications -> select the Unknown sources
step3: Double click the downloaded file in mobile and install
step4: In your application window you will get logo for the application and it will direct you to the respective sites when you click on the tabs, but you need to have internet connection in Mobile.

How to build utility bill payment application(without coding):
Appinventor is good tool to develop android applications.Its an online tool to design Android App and java compilation and testing in emulator can be done from desktop.Utitliy bill payment is an application for Android mobiles to pay the electricity,TV bill payment,broadband bill etc.


Design

We have 3 screens to show the broadband,electricity and TV bill payments.Button and other components you can drag and drop from left side tool bar



Components:

Screen1:

Utility label - to show the text in the top of the screen

Broadband button - to navigate to the broadband screen

electrity button - to navigate to electricity website

TV_button - to navigate TV provides list screen.

activity starter1 - to navigate to browser and show the electricity bill payment website.

Broadband screen:

Back button - to close the screen
airtel_button - to show airtel bill payment site , etc
activity starter1 - to navigate to browser . Activity Action box should be filled with 'android.intent.action.VIEW'




Tv Cable provides screen:

Back button - to close the screen
airtel Tv_button - to show airtel TV bill payment site and other button like Bigtv,dishtv etc
activity starter1 - to navigate to browser
Activity Action box should be filled with 'android.intent.action.VIEW'




Blocks Programming in Appinventor

Each screen we need to build blocks(program) seperately. In each screen, each button logic should be created seperate. Activitystarter can be used to set a url .Once url is attached we can start the activity to show the url in browser.
Builtin function 'Control' tab there is a block called 'Ópen another screen' which can be used to for navigating multiple screens.


In broadband block screen also we need to build a 'BACK' to close the screen when we comes so that it will show the previous sscreen.
Url you can set to the activity starter as a text and then start the activity.

Wednesday, February 20, 2013

CAT Previous Question Papers Solved

Download the CAT Previous Question Papers Solved Mobile eBook

CAT MBA previous years question papers Free eBook Application for Android smart phones.
Mobile application for CAT question papers solved ebooks can be downloaded and installed freely . The installation procedure are explained below.

Step1: Download the CAT question paper 2008 solved Mobile application here
Step2: You need to download the application or copy the file to your mobile.
step3: Since the application is not there in Android Market, you need to mobile phone: Settings -> Applications -> select the Unknown sources
step3: Double click the downloaded file in mobile and install
step4: In your application window you will get logo for the application and you can read question papers from the app, but you need to have internet connection in Mobile.

Previous years CAT exam (MBA)

Download the CAT question paper 2007 solved eBooks

Tuesday, February 19, 2013

ISRO solved previous question papers e-Book app for Mobile phone

ISRO previous years question papers Free eBook Application for Android smart phones.

Mobile application for ISRO question papers solved ebooks can be downloaded and installed freely . The installation procedure is quite easy.

Step1: Download the ISRO question paper 2006 solved Mobile application here

Step2: You need to download the application or copy the file to your mobile.

step3: Since the application is not there in Android Market, you need to mobile phone: Settings -> Applications -> select the Unknown sources

step3: Double click the downloaded file in mobile and install

step4: In your application windown you will get logo for the application and you can book train tickets online, but you need to have internet connection in Mobile.

Qus Papers for Post of Assistant & Junior Personal Assistant

Download ISRO question paper 1 solved for 2008 Mobile App
Download ISRO question paper 2 solved for 2006 eBook
Download ISRO question paper 2 solved for 2008 Mobile eBook
Download ISRO question paper 2 solved for 2010 Mobile eBook

Free Mobile Apps Store

freemobileappstore.blogspot.in blog provides the free mobile application and especially android apps. You can download and share these applictions from this blog. We provides you the details of most useful and intertesting apps including Games,education etc.. related.

Keep reading this blog and get your favourate applications for Mobile phones.