Showing headlines posted by ashish

Accessing contacts and sending SMS in an Android app

  • Aspiration Limited; By Ashish Yadav (Posted by ashish on Oct 26, 2012 7:09 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this post we will cover sending SMS through Android App and also how to read contacts.

An outrageously simple note taking android app made even more better ( part 4)

  • Aspiration Limited; By Ashish Yadav (Posted by ashish on Oct 9, 2012 3:44 PM EDT)
  • Story Type: Tutorial; Groups: Linux
In this post we will add code to display context menu to “edit and replace”, and “delete” note. Adding a context menu is easy ( well, most of the things are easy once you know how ). Just call registerForContextMenu(b); in for loop in onResume of MyActivity.java.

An outrageously simple note taking android app made even better (part 3)

  • Aspiration Limited; By Ashish Yadav (Posted by ashish on Oct 8, 2012 10:15 AM EDT)
  • Story Type: Tutorial; Groups: Linux
As promised we will improve further the NoteTaking app in this tutorial. We will change the look of the app to have EditText instead of TextView to display notes on main screen. Also clicking on note will open the note for editing and save it as a new note.

An outrageously simple note taking android app made better ( part 2)

  • Aspiration Limited; By Ashish Yadav (Posted by ashish on Oct 7, 2012 10:05 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Hi all, in this post we will make the note taking app made in previous post better .

We will make the app to store multiple notes and shall display them in our main screen.

PS: This is second part of my previously published story, kindly reconsider. Sources of knowledge are also well attributed.

An outrageously simple note taking android app

  • Aspiration Limited; By Ashish Yadav (Posted by ashish on Oct 6, 2012 12:30 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Hi all, in this post we will create a very basic note taking app. It will store only single note and retrieve it back. In later post we will keep extending it until it become a fully working app. So bear with it as the attempt is to learn android programming not anything else.

Android development using IntelliJ part 1

Open source is about choice, they say. So here is one more choice, use IntelliJ IDE for development of android apps.

Android development using jEdit part 2

  • Aspiration Limited; By Ashish Yadav (Posted by ashish on Oct 2, 2012 11:12 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this part of tutorial we will see how to create Android virtual devices, create a project and deploy it.

PS. Relisting as previous entry had no clickable link.

Android development using jEdit part 1

  • Aspiration Limited; By Ashish Yadav (Posted by ashish on Oct 2, 2012 9:38 AM EDT)
  • Story Type: Tutorial; Groups: Linux
While there are many good IDEs for android development like eclipse, NetBeans, intelliJ; sometimes one may want to use lightweight editor to create android apps and still don't want to get into command line every time.

PS. Relisting as previous entry had no clickable link.

Android development using jEdit part 2

  • Aspiration Limited; By Ashish Yadav (Posted by ashish on Oct 2, 2012 8:03 AM EDT)
  • Story Type: Tutorial; Groups: Linspire
In this part of tutorial we will see how to create Android virtual devices, create a project and deploy it.

Android development using jEdit part 1

  • http://ashish-yadav.blogspot.in/2012/09/android-development-using-jedit-part-1.html; By Ashish Yadav (Posted by ashish on Oct 1, 2012 6:39 AM EDT)
  • Story Type: Tutorial; Groups: Linux
While there are many good IDEs for android development like eclipse, NetBeans, intelliJ; sometimes one may want to use lightweight editor to create android apps and still don't want to get into command line every time.

Installing Oracle JDK on Ububtu 12.04 and openSuse 12.2

Ubuntu and openSuse both come with openJDK installed however at times one needs Oracle JDK to be present in the system. Here are the steps needed to install it on both OS.