Wife learns android creating views in code reviews the work June completed from assignment for creating an Android TextView & EditView and positioning in code. Get Code The code can be found here https://github.com/mobapptuts/androidwife-layouts.git Or else you can run this command git clone https://github.com/mobapptuts/androidwife-layouts.git Code Sample TextView juneView = new TextView(this); RelativeLayout.LayoutParams juneTextParams = new RelativeLayout.LayoutParams( RelativeLayout.LayoutParams.WRAP_CONTENT, […]

Read more

  Create android video app is a short video tutorial describing how to create an android video application. The concepts are based on the how to create an android camera app using intents, so if you are brand new to android programming I recommend you view that series first. For I will be skipping the fundamentals […]

Read more