-
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: May 2011
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
Adding an icon and deploying the application in J2ME
As I have promised you in my earlier post, today I am going to show you how to add an icon to your application and finally how to deploy it in to your mobile phone.
Posted in J2ME examples
2 Comments
Retrieve data from MySQL table and generate XML in PHP
Hi, guys. Today I am going to explain about retrieve data from a MySQL table and show them in a PHP web page but in XML format.
Posted in PHP examples
Leave a comment
Simple Form Application in J2ME
Hi guys, as the beginning of learning J2ME with mobile, lets start with a simple form application. Here you will be able to get an understand of the following classes; Alert Command Display Form MIDlet TextField Other than that you are going … Continue reading
Posted in J2ME examples
1 Comment
How to update MySQL table in PHP
Hey… how are you people ? Today I am going to explain you about how to update a MySQL table from a PHP page.
Posted in PHP examples
Leave a comment
Let’s learn J2ME with mobile applications
Hi all 🙂 I thought to begin new category of blog post, that is J2ME. As far as I know J2ME stands for Java 2, Micro Edition. But my examples will be more specifically for mobile devices. Because I can … Continue reading
Posted in J2ME examples
4 Comments
Retrieve data from a MySQL table and store them as global variables
Hi… ! As I have promised you in my previous post, today I am going to explain you how to retrieve just one entry from a MySQL table and store those values in a SESSION variable which gives you globally access ability.
Posted in PHP examples
Leave a comment