Top "Commonsware" questions

**DEPRECATED**: Questions regarding CommonsWare's open source projects

Why it is not possible to use ViewPager within a Fragment? It actually is

There are information that it is impossible to use ViewPager within a Fragment in many sources like "The Busy Coders …

android android-fragments android-viewpager commonsware
Android Reduce Size Of Camera Picture

UPDATE maybe changing the Bitmap size in the new Activity may fix the problem String myRef = this.getIntent().getStringExtra("filepath"); …

android commonsware
Not allowed to start service Intent without permission - sender does not get permissions

I'm working with Mark Murphy's excellent Commonsware books - but it's a lot to digest. I built the 'FakePlayer' app (…

android commonsware android-permissions
Image saved with wrong orientation

I am using this code: https://github.com/commonsguy/cw-advandroid/blob/master/Camera/Picture/src/com/commonsware/android/picture/PictureDemo.…

android camera commonsware
XML attributes from merge layout to RelativeLayout via inflate

According to this CommonsWare example I managed to get my RelativeLayout subclass to be merged with my layout described in …

android android-layout user-interface android-view commonsware
how to keep an Intent service running

I have two examples of Intentservice. One is the Download example in the commonsware book. the other is at http://…

android service commonsware