Skip to main content

Building Android Applications

With the introduction of more power and capabilities, now mobile devices can do tasks that were considered impossible in past. Market for mobile applications is hot at the moment. There are different platforms used in different mobile devices, and each requires different ways and tools to develop applications. But once you have got a useful application you should be able to port it to different platforms. Most important thing you need is a useful idea and some programming skills. 



Android is a  popular operating systems for mobile devices. Android is a software stack for mobile devices that includes an operating system, middleware and key applications. Android provides an SDK to develop applications for Android using Java Programming Language.


There are many options available for development environments. You can use The Android Development Tools (ADT) plugin for Eclipse to add powerful extensions to the Eclipse integrated development environment. 


Each mobile device has its own properties like the screen size, processing power  and memory etc. You can set device settings using Android Virtual Devices (AVDs)AVDs are configurations of emulator options that let you better model an actual device. 


Don't worry if you don't have an Android device to test your application. The Android SDK includes a mobile device emulator -- a virtual mobile device that runs on your computer. The emulator lets you prototype, develop, and test Android applications without using a physical device. 


For more help in the form of documentation , videos and blogs, or downloading SDK and and other tools and resources visit Android Developer Website. Following books may also be very useful





So happy programming and keep following my blog for more on this topic.  

Comments

  1. Thanks for one marvelous posting! I enjoyed reading it; you are a great author. I will make sure to bookmark your blog and may come back someday. I want to encourage that you continue your great posts.
    Mobile App Development Company in Dubai
    Android App Development Company in Dubai
    Mobile App Development Company
    Android App Development Company in UAE

    ReplyDelete

Post a Comment

Popular posts from this blog

How to add JCalendar/ date chooser to WindowBuilder, for Swing GUI in Java?

WindowBuilder is most popular eclipse plugin for drag and drop GUI design. It supports SWT and Swing. Swing does not have a date chooser component of its own. But there are many components available that you can use. My personal favourite is JCalendar . You can add JCalendar components to your WindowBuilder  palette  by following these instructions. Download and extract JCalendar.  Right-click on the palette   in WindowBuilder Select jar file of Jcalendar select all componetnts Restart Eclipse. Now you will see JCalendar components in your  palette . For more information about  visit this page.  

Why use shopify?

Are you looking to setup an online store? You can setup your store and you can start selling in a week. There are many platforms available to use but Shopify is easiest, reliable and SEO friendly.   Not familiar with Shopify ? It is a great way to sell tour products, without worrying about managing a server, payment gateways, etc. as for a small monthly fee everything is included.  Click here to create a free trial store and start exploring. 

Find and remove duplicate files in Ubuntu / Mint Linux

If you have accumulated thousands of files , some times you will have more than one versions of same file. If you use Ubuntu of Mint linux you can find and remove these duplicates very easily. There are two popular tools for this fdupes and fslint Using fdubes ftubes is the most popular, simple and powerful tool to find duplicates and remove them. It is a command line tool so if you don't like command line move to next heading. It compares file size  and MD5 signatures(Do not worry if you don't know what it is). So it will find duplicates even if they have different names. Installation From terminal execute following command  sudo apt-get install fdupes ftubes Syntax fdupes [options] directory where  options available are -r --recurse include files residing in subdirectories -s --symlinks follow symlinked directories -H --hardlinks normally, when two or more files point to the same disk area they are treated as non-duplicates; this option