↧
How to create first Android mobile App (Tutorial)
This should be a very short (beginner) introduction/tutorial how to create a mobile app for Android. The tutorial is based on API Level 17 and Android 4.2 (Jelly Bean). Our goal is to start from...
View ArticleAndroid: Create SSL-Socket over SSL-Socket with Client Authentication
Security especially SSL Sockets is a Pain in the Ass in Android. In Java you can create an “inner” SSL Socket over an “outer” SSL Socket with the following code snippet: SSLSocketFactory...
View ArticleAndroid Example: How to Implement Horizontal View Swiping with Tabs
The Goal is to implement horizontal View swiping with Tabs in Android like the Google Play Store. I used the default code from Eclipse. public class MainActivity extends FragmentActivity { /** * The...
View Article