Click here to Skip to main content
15,886,661 members
Home / Discussions / Android
   

Android

 
QuestionCreating PDF using iText in Android. Pin
sreekanth308410-Jan-18 2:37
sreekanth308410-Jan-18 2:37 
AnswerRe: Creating PDF using iText in Android. Pin
David Crow10-Jan-18 3:14
David Crow10-Jan-18 3:14 
AnswerRe: Creating PDF using iText in Android. Pin
Member 136525092-Feb-18 15:08
Member 136525092-Feb-18 15:08 
QuestionWhere is the location of sqlite db on android device Pin
aahamdan6-Jan-18 21:30
aahamdan6-Jan-18 21:30 
AnswerRe: Where is the location of sqlite db on android device Pin
OriginalGriff6-Jan-18 21:32
mveOriginalGriff6-Jan-18 21:32 
GeneralRe: Where is the location of sqlite db on android device Pin
aahamdan6-Jan-18 22:50
aahamdan6-Jan-18 22:50 
AnswerRe: Where is the location of sqlite db on android device Pin
Nick_31415926549-Mar-18 11:00
Nick_31415926549-Mar-18 11:00 
Questionui_problem Pin
tejeshwarao3-Jan-18 0:17
tejeshwarao3-Jan-18 0: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 2:54
David Crow3-Jan-18 2:54 
GeneralRe: ui_problem Pin
tejeshwarao3-Jan-18 18:46
tejeshwarao3-Jan-18 18:46 
AnswerRe: ui_problem Pin
Richard MacCutchan3-Jan-18 23:25
mveRichard MacCutchan3-Jan-18 23:25 
QuestionGet Picture Coordinates Regardless of ScreenSize Pin
Django_Untaken1-Jan-18 19:23
Django_Untaken1-Jan-18 19:23 
AnswerRe: Get Picture Coordinates Regardless of ScreenSize Pin
Richard MacCutchan1-Jan-18 23:13
mveRichard MacCutchan1-Jan-18 23:13 
QuestionHow to generate apk file for jquery mobile project Pin
Mou_kol24-Dec-17 6:24
Mou_kol24-Dec-17 6:24 
AnswerRe: How to generate apk file for jquery mobile project Pin
Afzaal Ahmad Zeeshan31-Dec-17 6:08
professionalAfzaal Ahmad Zeeshan31-Dec-17 6:08 
QuestionWhat is APK in android and how to create apk file. Pin
Hemendra9HZ21-Dec-17 0:33
Hemendra9HZ21-Dec-17 0:33 
AnswerRe: What is APK in android and how to create apk file. Pin
Jochen Arndt21-Dec-17 0:45
professionalJochen Arndt21-Dec-17 0:45 
AnswerRe: What is APK in android and how to create apk file. Pin
Richard MacCutchan21-Dec-17 1:24
mveRichard MacCutchan21-Dec-17 1:24 
Questionandroid widget Pin
Member 135607745-Dec-17 20:46
Member 135607745-Dec-17 20:46 
AnswerRe: android widget Pin
Richard MacCutchan5-Dec-17 21:47
mveRichard MacCutchan5-Dec-17 21:47 
GeneralRe: android widget Pin
Member 135607746-Dec-17 0:58
Member 135607746-Dec-17 0:58 
GeneralRe: android widget Pin
Richard MacCutchan6-Dec-17 1:02
mveRichard MacCutchan6-Dec-17 1:02 
GeneralRe: android widget Pin
Member 135607747-Dec-17 0:46
Member 135607747-Dec-17 0:46 
GeneralRe: android widget Pin
Richard MacCutchan7-Dec-17 0:49
mveRichard MacCutchan7-Dec-17 0:49 
GeneralRe: android widget Pin
Member 135607747-Dec-17 3:18
Member 135607747-Dec-17 3: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.