-
Recent Posts
- Using an Objective C framework, which is inside a Swift framework, in a Xamarin iOS project
- Swipeable table view cell with custom editable views in iOS
- How to create a Swift framework that is compatible with Xamarin iOS
- How to add LightInject to your Xamarin project
- Navigate between views in Xamarin iOS using MVVM Light
Archives
- June 2019
- May 2019
- March 2019
- February 2019
- November 2018
- August 2018
- June 2018
- June 2015
- May 2015
- March 2015
- January 2015
- November 2014
- October 2014
- September 2014
- August 2014
- November 2013
- September 2013
- March 2012
- January 2012
- December 2011
- November 2011
- September 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- January 2011
- December 2010
Categories
Meta
Monthly Archives: November 2011
How to use BaseAdapter and OnItemClickListener in Android
Hi Android lovers 🙂 Till now we have developed some list item applications. But have you ever tried to click on one item of the ListView. Every time we passed a String Array or ArrayList witch type safe with String, … Continue reading
Posted in Android Examples
10 Comments
How to use POJO to fill ArrayList in Android
Hello friends…!!! Today’s blog post is coming up with some programming concepts which I have applied to develop a simple Android application. One concept is “POJO (Plain Old Java Object)” and the other concept is called “programming to the interface”. … Continue reading
Posted in Android Examples
9 Comments
How to create a ListView using ArrayAdapter in Android
Hello Android world 🙂 Today I am going to write a post about creating a ListView with the help of ArrayAdapter class. Lets directly move to the concept. Simply there are three things you have to concentrate; A data set … Continue reading
Posted in Android Examples
42 Comments
How to implements OnClickListener for a View item in Android
Hi friends 🙂 Today I come up with a Android post. In this post I am trying to address a very small part, which is, how to tackle with the OnClicklistner in the enclosing View class. Yes, you guessed correctly. … Continue reading
Posted in Android Examples
22 Comments