Click here to Skip to main content
15,880,469 members
Home / Discussions / Android
   

Android

 
GeneralRe: Stop refreshing List Item-view in ListView in Android Pin
Tirumaleswara Reddy.K5-Jan-16 22:31
Tirumaleswara Reddy.K5-Jan-16 22:31 
AnswerRe: Stop refreshing List Item-view in ListView in Android Pin
Member 123123587-Feb-16 4:24
Member 123123587-Feb-16 4:24 
QuestionAndroid Stack (FIFO,LIFO) in Fragments?? Pin
Gourav Gupta1-Jan-16 17:39
Gourav Gupta1-Jan-16 17:39 
GeneralRe: Android Stack (FIFO,LIFO) in Fragments?? Pin
Richard MacCutchan1-Jan-16 21:24
mveRichard MacCutchan1-Jan-16 21:24 
QuestionRe: Android Stack (FIFO,LIFO) in Fragments?? Pin
David Crow3-Jan-16 15:20
David Crow3-Jan-16 15:20 
AnswerRe: Android Stack (FIFO,LIFO) in Fragments?? Pin
Gourav Gupta3-Jan-16 17:15
Gourav Gupta3-Jan-16 17:15 
AnswerRe: Android Stack (FIFO,LIFO) in Fragments?? Pin
Afzaal Ahmad Zeeshan4-Jan-16 23:38
professionalAfzaal Ahmad Zeeshan4-Jan-16 23:38 
QuestionDrawing dashed line on Android Programmatically Pin
jasonalien23-Dec-15 23:23
jasonalien23-Dec-15 23:23 
I want to draw horizontal dashed lines programmatically between programmatically generated TextViews. I found this code on Internet:

Paint fgPaintSel = new Paint();
fgPaintSel.setARGB(255, 0, 0, 0);
fgPaintSel.setStyle(Paint.Style.STROKE);
fgPaintSel.setPathEffect(new DashPathEffect(new float[]{5, 10}, 0));


I just copied and pasted this code but nothing happened. What should I do to draw a dashed line? Thanks.
QuestionRe: Drawing dashed line on Android Programmatically Pin
David Crow27-Dec-15 16:01
David Crow27-Dec-15 16:01 
AnswerRe: Drawing dashed line on Android Programmatically Pin
Richard MacCutchan27-Dec-15 21:57
mveRichard MacCutchan27-Dec-15 21:57 
Questionandroid bluetooth Pin
Member 1220823016-Dec-15 1:00
Member 1220823016-Dec-15 1:00 
AnswerRe: android bluetooth Pin
Afzaal Ahmad Zeeshan16-Dec-15 3:34
professionalAfzaal Ahmad Zeeshan16-Dec-15 3:34 
AnswerRe: android bluetooth Pin
David Crow17-Dec-15 2:48
David Crow17-Dec-15 2:48 
Questionandroid bluetooth Pin
Member 1220823016-Dec-15 0:56
Member 1220823016-Dec-15 0:56 
AnswerRe: android bluetooth Pin
David Crow16-Dec-15 2:23
David Crow16-Dec-15 2:23 
Questionandroid bluetooth Pin
Member 1220823014-Dec-15 23:26
Member 1220823014-Dec-15 23:26 
QuestionRe: android bluetooth Pin
David Crow15-Dec-15 5:49
David Crow15-Dec-15 5:49 
QuestionAndroid Studio Pin
Member 121877905-Dec-15 2:48
Member 121877905-Dec-15 2:48 
AnswerRe: Android Studio Pin
Richard MacCutchan5-Dec-15 3:47
mveRichard MacCutchan5-Dec-15 3:47 
GeneralRe: Android Studio Pin
Member 121877905-Dec-15 3:59
Member 121877905-Dec-15 3:59 
GeneralRe: Android Studio Pin
Richard MacCutchan5-Dec-15 5:00
mveRichard MacCutchan5-Dec-15 5:00 
QuestionRe: Android Studio Pin
David Crow5-Dec-15 14:19
David Crow5-Dec-15 14:19 
QuestionPass value from Activity to Fragment which in layout in Android Pin
Tirumaleswara Reddy.K4-Dec-15 2:47
Tirumaleswara Reddy.K4-Dec-15 2:47 
AnswerRe: Pass value from Activity to Fragment which in layout in Android Pin
David Crow4-Dec-15 4:17
David Crow4-Dec-15 4:17 
GeneralRe: Pass value from Activity to Fragment which in layout in Android Pin
Member 1335895812-Aug-17 22:19
Member 1335895812-Aug-17 22:19 

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.