Click here to Skip to main content
15,867,568 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: Looking for cross platform development/framework feedback Pin
Kent Sharkey1-Nov-13 7:28
staffKent Sharkey1-Nov-13 7:28 
AnswerRe: Looking for cross platform development/framework feedback Pin
docdal2-Jan-17 23:09
docdal2-Jan-17 23:09 
QuestionGPS Coordinate system Pin
i gr825-Oct-13 3:46
i gr825-Oct-13 3:46 
AnswerRe: GPS Coordinate system Pin
Member 1036859130-Oct-13 6:53
Member 1036859130-Oct-13 6:53 
AnswerRe: GPS Coordinate system Pin
Black68cougar4-Nov-13 6:28
Black68cougar4-Nov-13 6:28 
QuestionBitmapFactory.decodeStream problem for Android 4.1.2 or grater Pin
arifkomurculer23-Oct-13 1:42
arifkomurculer23-Oct-13 1:42 
AnswerRe: BitmapFactory.decodeStream problem for Android 4.1.2 or grater Pin
Xiao Ling28-Oct-13 21:12
sponsorXiao Ling28-Oct-13 21:12 
GeneralRe: BitmapFactory.decodeStream problem for Android 4.1.2 or grater Pin
arifkomurculer30-Oct-13 23:23
arifkomurculer30-Oct-13 23:23 
my code like those


private static ImageView myImgSol;


myImgSol = (ImageView) findViewById(R.id.imgBckGroundSol);



private Handler threadHandlerIMGSol = new Handler() {
public void handleMessage(android.os.Message msg) {
// whenever the Thread notifies this handler we have
// only this behavior



try {
// DB operation
//threadModifiedText.setText( threadModifiedText.getText() + (String)msg.obj);
myImgSol.setImageBitmap(bmpSol);
//myImg.refreshDrawableState();
} catch (Exception e){
//throw new RuntimeException(e);

}

Komurcu

GeneralRe: BitmapFactory.decodeStream problem for Android 4.1.2 or grater Pin
Xiao Ling30-Oct-13 23:44
sponsorXiao Ling30-Oct-13 23:44 
GeneralRe: BitmapFactory.decodeStream problem for Android 4.1.2 or grater Pin
arifkomurculer31-Oct-13 0:03
arifkomurculer31-Oct-13 0:03 
GeneralRe: BitmapFactory.decodeStream problem for Android 4.1.2 or grater Pin
arifkomurculer1-Nov-13 12:34
arifkomurculer1-Nov-13 12:34 
QuestionAndroid Pin
Member 1035100221-Oct-13 19:42
Member 1035100221-Oct-13 19:42 
AnswerRe: Android Pin
thatraja21-Oct-13 20:58
professionalthatraja21-Oct-13 20:58 
QuestionAndroid: Image Gallery Groupbed By Date like Android Photo Calendar Pin
gonzaloleon11-Oct-13 17:15
gonzaloleon11-Oct-13 17:15 
QuestionC++ XML Parser for Android Pin
Don Guy9-Oct-13 16:57
Don Guy9-Oct-13 16:57 
Questionhow to implement pause on countdowntimer Pin
chandan kumar8-Oct-13 22:27
chandan kumar8-Oct-13 22:27 
AnswerRe: how to implement pause on countdowntimer Pin
Pete O'Hanlon8-Oct-13 22:52
subeditorPete O'Hanlon8-Oct-13 22:52 
GeneralRe: how to implement pause on countdowntimer Pin
chandan kumar8-Oct-13 23:03
chandan kumar8-Oct-13 23:03 
GeneralRe: how to implement pause on countdowntimer Pin
Pete O'Hanlon8-Oct-13 23:09
subeditorPete O'Hanlon8-Oct-13 23:09 
GeneralRe: how to implement pause on countdowntimer Pin
chandan kumar8-Oct-13 23:18
chandan kumar8-Oct-13 23:18 
GeneralRe: how to implement pause on countdowntimer Pin
Richard MacCutchan8-Oct-13 23:21
mveRichard MacCutchan8-Oct-13 23:21 
GeneralRe: how to implement pause on countdowntimer Pin
Pete O'Hanlon8-Oct-13 23:29
subeditorPete O'Hanlon8-Oct-13 23:29 
GeneralRe: how to implement pause on countdowntimer Pin
chandan kumar8-Oct-13 23:44
chandan kumar8-Oct-13 23:44 
GeneralRe: how to implement pause on countdowntimer Pin
Pete O'Hanlon9-Oct-13 0:20
subeditorPete O'Hanlon9-Oct-13 0:20 
GeneralRe: how to implement pause on countdowntimer Pin
chandan kumar9-Oct-13 3:07
chandan kumar9-Oct-13 3:07 

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.