How to Export a Project from Android Studio

Android Studio is the chosen Android Application Development IDE by developers these days. It is mainly that because Google has launched it as its official IDE and now provides support only for Android Studio. If you still haven’t moved from the Eclipse IDE, here are a few tutorials that can help you. What is Android Studio? Why should you start using it today? Learn how to move your Android Projects from Eclipse IDE to Android Studio Learn the basics of Android Application Development Now, assuming that you have developed your Application in Android Studio and want to export it as an executable application format to be able to share it with your friends or to publish it on the Google Play Store. Here is a simple guide that will help you to export your application as an executable from Android Studio IDE. ...

August 13, 2015 · 3 min · Aneesh Bhatnagar

Mobile App Prototyping : Pixate Studio

Prototyping isn’t a new thing that you do before you start working on any idea or project. Sometimes, this prototype is in your mind, and sometimes it’s on paper. But with the advancements in technology, mobile app prototyping or other types of prototyping can be done on a computer. Here I am going to share with you a tool that you can use to create your Android App Prototypes or iPhone App Prototype for your next mobile application development. ...

July 24, 2015 · 3 min · Aneesh Bhatnagar

How to Move your Android Projects to Android Studio in 3 Easy Steps

Earlier last month, I posted an article describing what Android Studio is, and why you should consider moving to it at this stage for your Android Application Development needs. After posting that, I got a few messages asking me a guide to move their projects from Eclipse to Android Studio easily without spending too much time. I decided to write this small guide on how to move projects from Eclipse to Android Studio. ...

May 18, 2015 · 3 min · Aneesh Bhatnagar

What is Android Studio and Why Should You Start Using it Today?

Android Studio is the Android application development tool that Google had launched in the month of December 2014. Earlier to this date, there was a Beta version available. It boasts of a highly functional environment for your Android Application Development needs. Earlier, Google promoted the Eclipse IDE with the Android Development Tools bundled together for Android application development, but after launching their own IDE, Google wants you to start using Android Studio for a better development experience. ...

March 26, 2015 · 3 min · Aneesh Bhatnagar

5 Networks to Help you Monetize your Android App

Android application development is a field that most people are targeting these days. There are a lot of opportunities for Android developers in today’s world, and there is a lot of demand for them as well. Also, there are a lot of freelance or Indie Android application developers, and they generally don’t have any funding for their projects. This is the reason that they have to look for ways to monetize their application. There are a lot of monetization networks available today, which provide very good options for publishers, to earn from their applications. Though spamming your application with advertisements is not a good option, placing a single advertisement to show every now and then is a good idea. ...

May 13, 2014 · 4 min · Aneesh Bhatnagar

Create a Simple List View in Android

A lot of Android application these days make use of a List View (or ListView) to display the contents to the users on their mobile devices. These lists vary from the most simple one, with just a text to the ones with a lot of elements like an image and various text fields. Today, I decided to teach you all how to create a simple List View in Android. In this small tutorial, I will tell you how to create a simple List View, which will look something like the image below and then when any list item is clicked, we will generate a toast at this moment, saying that so-and-so list item was selected. ...

January 26, 2014 · 3 min · Aneesh Bhatnagar

Create Copy To Clipboard Functionality in Android

Android Application Development is the new boom in the programming industry these days. A lot of companies are planning to come up with their Android Applications for the customers and readers. A successful Android Application consists of various small code snippets that you implement in the application. These snippets can range from a simple copy to clipboard function or a function to share the content shown on the screen via some other app to the pretty intense game programming. ...

January 6, 2014 · 5 min · Aneesh Bhatnagar

Checking Active Internet Connection in Android Application

Android applications are getting more and more popular these days. A lot more programmers and developers are getting together to build Android Applications for the masses. Also, not to forget that most of these Android Applications need to access the internet for one or the other thing. Though almost every Android phone out there is generally connected to the internet, there may be a case when there is no internet connectivity on the phone. We can not be certain that the internet connection exists. ...

December 14, 2013 · 4 min · Aneesh Bhatnagar

Create Custom Toasts in Android

In Android apps, programmers generally like to display a few important messages by making use of a toast. Just like in a webpage, developers make use of JavaScript alert boxes, in a similar way, the toasts work for the Android developers. If you do not know what a toast is, let me show it to you with the help of an example. The image shown below contains a toast at the bottom of the screen. If you wish to read more about toasts, you can do so by heading over to the official Android Developer website. ...

November 4, 2013 · 4 min · Aneesh Bhatnagar

5 Android Applications You Can Build Today

Deciding on a topic to develop Android Applications is a pretty tough thing to do sometimes. You really want to develop an application, but don’t have an Idea. I really have that feeling a lot of times. Thus, coming over my feeling, I tried making a list of applications you can make. I tried to keep these ideas to the level of all those things that we have already covered on Slash Coding Android Tutorials Section. If you missed those tutorials, here is a list of all the tutorials that we have already covered on this blog. ...

October 5, 2013 · 3 min · Aneesh Bhatnagar