Question : I’m using the following .xml as the main screen: <RelativeLayout xmlns_android=”http://schemas.android.com/apk/res/android” android_orientation=”vertical” android_layout_width=”match_parent” android_layout_height=”match_parent”> <TableLayout android_layout_width=”match_parent” android_layout_height=”wrap_content” android_stretchColumns=”*”> […]

Question : I have an Android application that through it, the user can send a message to the administrator (me). […]

Question : I’m trying to make an app to take a photo, display it in imageview, and extract the colors […]