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
Thursday, February 28, 2013
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.
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
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
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.
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.
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.
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
How to build utility bill payment application(without coding):
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
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.
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
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
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.
Keep reading this blog and get your favourate applications for Mobile phones.
Subscribe to:
Posts (Atom)