Category: Tutorials
Codename One : Adding the splash screen
A mobile app takes some time to start up, especially the first time it runs on a device. This is often referred to as a cold start. So, a common user experience for those apps is to display a … Read More
Codename One : Connecting to MySQL database and perfoming basic CRUDs
Hello coders !
Following up with what we started in this tutorial, we’ll add some books to a database, retreive them to show them in a list, and eventually edit their information or entirely delete them. To do so, … Read More
Codename One : Creating the GUIs
This tutorial is the first in a series that helps you create a codename one application. I recently wrote an article to introduce you to codename one if you need it. If not, let’s get started.
We will create a … Read More
Codename One : Cross platform native mobile development
I had the chance, during my third year class, to work on an integration project where we got an idea to conceive and develop for three different technologies : JavaFX for desktop, the Symphony PHP framework for the web … Read More
Android – Working with ListViews
Listview is a viewgroup used to display a list of scrollable items. List items are populated from a data source, such as an array or database query, using an adapter and displayed into a view that’s placed into the list.… Read More
Android – Sectionned listview
Listviews are commonly used to display a large set of similar data. In some cases, you might need to display your data in groups or sections depending on a certain criteria. This tutorial shows you how to divide your list … Read More
Organizing android app’s source files
Many beginner programmers may not realize what the point of this is, a guide on how to organize your project’s files ! Well I have had an experience working in team to develop desktop and web applications before, and on … Read More
Get started with Git
It’s commonly known that Git is too complex for beginners. Yet, what is complex is the way we are introducing Git to beginners . So don’t panic, just follow this tutorial step by step and you will discover how simple … Read More
Android – Introduction to SharedPreferences
Being able to save or persist data within your application is a fundamental skill. It enables your users to save their work, remember their preferences, store all types of files for reuse, and more.
This tutorial introduces you to one … Read More
Recent Comments