Click here to Skip to main content
15,791,107 members
Home / Discussions / Android
   

Android

 
QuestionCreating PDF using iText in Android. Pin
sreekanth308410-Jan-18 3:37
sreekanth308410-Jan-18 3:37 
AnswerRe: Creating PDF using iText in Android. Pin
David Crow10-Jan-18 4:14
David Crow10-Jan-18 4:14 
AnswerRe: Creating PDF using iText in Android. Pin
Member 136525092-Feb-18 16:08
Member 136525092-Feb-18 16:08 
QuestionWhere is the location of sqlite db on android device Pin
aahamdan6-Jan-18 22:30
aahamdan6-Jan-18 22:30 
AnswerRe: Where is the location of sqlite db on android device Pin
OriginalGriff6-Jan-18 22:32
mvaOriginalGriff6-Jan-18 22:32 
GeneralRe: Where is the location of sqlite db on android device Pin
aahamdan6-Jan-18 23:50
aahamdan6-Jan-18 23:50 
AnswerRe: Where is the location of sqlite db on android device Pin
Nick_31415926549-Mar-18 12:00
Nick_31415926549-Mar-18 12:00 
Questionui_problem Pin
tejeshwarao3-Jan-18 1:17
tejeshwarao3-Jan-18 1:17 
<linearlayout xmlns:android="http://schemas.android.com/apk/res/android"
="" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical">
<radiogroup
android:layout_width="wrap_content"
="" android:layout_height="76dp" android:checkedbutton="@+id/linear_layout_rb" android:gravity="center_horizontal" android:orientation="horizontal">
<radiobutton
android:id="@+id/grid_layout_rb"
="" android:layout_width="wrap_content" android:layout_height="75dp" android:layout_alignparentright="false" android:layout_alignparenttop="true" android:layout_torightof="@+id/linear_layout_rb" android:text="@string/grid_layout_manager">
<radiobutton
android:id="@+id/linear_layout_rb"
="" android:layout_width="wrap_content" android:layout_height="75dp" android:layout_alignparentleft="true" android:layout_alignparentstart="true" android:layout_alignparenttop="true" android:text="@string/linear_layout_manager" tools:layout_marginleft="0dp" tools:layout_margintop="0dp">
<radiobutton
android:id="@+id/linear_layout_rb1"
="" android:layout_width="wrap_content" android:layout_height="75dp" android:layout_alignparentright="false" android:layout_alignparenttop="true" android:layout_torightof="@+id/grid_layout_rb" android:text="@string/linear_layout_manager1">
<radiobutton
android:id="@+id/linear_layout_rb2"
="" android:layout_width="wrap_content" android:layout_height="75dp" android:layout_alignparentright="false" android:layout_alignparenttop="true" android:layout_torightof="@+id/grid_layout_rb" android:text="@string/linear_layout_manager2">


<android.support.v7.widget.recyclerview
android:id="@+id/recyclerView"
="" android:layout_width="66dp" android:layout_height="wrap_content">

<textview
android:id="@+id/title"
="" android:layout_width="175dp" android:layout_height="75dp" android:layout_alignparentright="true" android:layout_alignparenttop="@+id/grid_layout_rb" android:layout_torightof="@+id/thumbImage" android:gravity="center" android:text="SANJANA">

<textview
android:id="@+id/thumbImage"
="" android:layout_width="100dp" android:layout_height="75dp" android:layout_alignparentright="true" android:layout_gravity="center" android:layout_torightof="@+id/recyclerView" android:text="MITHRA">


third and fouth radio button not viewing..

SuggestionRe: ui_problem Pin
David Crow3-Jan-18 3:54
David Crow3-Jan-18 3:54 
GeneralRe: ui_problem Pin
tejeshwarao3-Jan-18 19:46
tejeshwarao3-Jan-18 19:46 
AnswerRe: ui_problem Pin
Richard MacCutchan4-Jan-18 0:25
mveRichard MacCutchan4-Jan-18 0:25 
QuestionGet Picture Coordinates Regardless of ScreenSize Pin
Django_Untaken1-Jan-18 20:23
Django_Untaken1-Jan-18 20:23 
AnswerRe: Get Picture Coordinates Regardless of ScreenSize Pin
Richard MacCutchan2-Jan-18 0:13
mveRichard MacCutchan2-Jan-18 0:13 
QuestionHow to generate apk file for jquery mobile project Pin
Mou_kol24-Dec-17 7:24
Mou_kol24-Dec-17 7:24 
AnswerRe: How to generate apk file for jquery mobile project Pin
Afzaal Ahmad Zeeshan31-Dec-17 7:08
professionalAfzaal Ahmad Zeeshan31-Dec-17 7:08 
QuestionWhat is APK in android and how to create apk file. Pin
Hemendra9HZ21-Dec-17 1:33
Hemendra9HZ21-Dec-17 1:33 
AnswerRe: What is APK in android and how to create apk file. Pin
Jochen Arndt21-Dec-17 1:45
professionalJochen Arndt21-Dec-17 1:45 
AnswerRe: What is APK in android and how to create apk file. Pin
Richard MacCutchan21-Dec-17 2:24
mveRichard MacCutchan21-Dec-17 2:24 
Questionandroid widget Pin
Member 135607745-Dec-17 21:46
Member 135607745-Dec-17 21:46 
AnswerRe: android widget Pin
Richard MacCutchan5-Dec-17 22:47
mveRichard MacCutchan5-Dec-17 22:47 
GeneralRe: android widget Pin
Member 135607746-Dec-17 1:58
Member 135607746-Dec-17 1:58 
GeneralRe: android widget Pin
Richard MacCutchan6-Dec-17 2:02
mveRichard MacCutchan6-Dec-17 2:02 
GeneralRe: android widget Pin
Member 135607747-Dec-17 1:46
Member 135607747-Dec-17 1:46 
GeneralRe: android widget Pin
Richard MacCutchan7-Dec-17 1:49
mveRichard MacCutchan7-Dec-17 1:49 
GeneralRe: android widget Pin
Member 135607747-Dec-17 4:18
Member 135607747-Dec-17 4:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.