Always remain updated about current software development trends

Articles by LI9705

Writing an Android GUI using Python

The examples in this article will create a menu, scroll view and popup window.

Writing Android GUI Using LUA (Introduction)

IntroductionLua is more like python. Both are all dynamic languages, with little difference in syntax. Therefore these series of articles are similar to "write android gui using python" series. Using CLE and wrapandroid project, programmers can also write android...

Writing android gui using python(list view and custom view)

IntroductionThe examples in this article will create a listview and a custom view. Android listview often uses adapter such as "ArrayAdapter(\u2026)". The syntax is java generic, which may have no corresponding types in dynamic script languages, such...

Writing android gui using python(basic gui elements)

Let's continue the topic. In this article, we gives example of basic android gui elements created and controlled using python, which may be buttons, textviews, checkboxs, radiobuttons.\xa0\xa0\xa0\xa0Before the topic, we discuss how to create timer using...

Writing android gui using python(introduction)

PythonForAndroid provides support for python script language on android. CLE project supports interaction between python and java, gives a common interface for multiple programming languages. And wrapandroid project encapsulates android java class with cle...

Let Android support multiple programming languages

Can we write programs in Android with other languages? The answer is yes.

Calling C/C++ from java android using CLE

There are lots of resources written in C/C++ languages. But on android platform, Java is major language. Developers have to using JNI to wrap the interface of c/c++ codes. JNI is suitable for simple case. For more complicate application, programmers have to...

Calling Lua from Java Android using CLE

This article presents a method which uses CLE middleware to call Lua from a Java application on Android

Calling Python from Java for Android using CLE and SL4A

Calling Python from Java for Android using CLE and SL4A