-
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
Category Archives: J2ME examples
How to use Canvas class in J2ME
Hi guys 🙂 Today I am going to write about how to use the Canvas class in J2ME. Actually you may think why I choose to write about a class instead of writing a complete application. The reason is, next … Continue reading
Posted in J2ME examples
Leave a comment
Chat application in J2ME
Hi, friends 🙂 Today I am going to implement a chat application. Using this application you can chat each other if the two devices are in a same network. Actually the full application contains Chat Server and Chat Client. When … Continue reading
Posted in J2ME examples
62 Comments
How to send and receive SMS in J2ME
Hi friends…! In my previous post I have shown you sending SMS in J2ME. In this post also I am using that sending SMS part again and addition to that I have included receiving SMS part also. I have used separate class … Continue reading
Posted in J2ME examples
97 Comments
Sending SMS app in J2ME
Greetings friends 🙂 Today I am going to develop a mobile application which has SMS (Short Message Service) sending functionality. Specialty is I am going to use an optional package named as Wireless Messaging API to accomplish my task. There are some … Continue reading
Posted in J2ME examples
8 Comments
How to add commands to Alert in J2ME
Today I am going to write a simple application after those series of PhoneBook applications 🙂 In this post you will be able to get to know how to add commands to an Alert. Other than that I have included … Continue reading
Posted in J2ME examples
1 Comment
Implementing Phone Book application in J2ME (step-3)
Hi, guys 🙂 I want to end up this PhoneBook series from this post. First I thought to add SMS functions to this series and then had a second thought to do it in  a different post to reduce the … Continue reading
Posted in J2ME examples
3 Comments
Implementing Phone Book application in J2ME (step-2)
This post continues my previous post about “Implementing Phone Book application in J2ME (step-1). So in this post you will be able to get to know how to put your new contacts in to an array type according to a … Continue reading
Posted in J2ME examples
7 Comments
Implementing Phone Book application in J2ME (step-1)
Actually I wanted to do this in a single blog post but then I thought to divide it to several posts for others to understand. So in this post you can learn how to add a contact to a Choice Group. The … Continue reading
Posted in J2ME examples
8 Comments
A form with image and calender options for a mobile device
Hi fellows 🙂 My today code sample is going to be little bit lengthy one. The things you can learn from here are; How to include an image in to a form A choice group feature Date and calendar option … Continue reading
Posted in J2ME examples
1 Comment
Enter data, view it back and using List in J2ME
Hello friends, todays’ story is; first you enter your name in a form, then after you click on a command you will be able to see your name with another message, after that you will be provided selection list to … Continue reading
Posted in J2ME examples
1 Comment