Click here to Skip to main content
15,900,664 members
Home / Discussions / Android
   

Android

 
QuestionI want to make an android application to add custom place and show on google map Pin
Member 128386578-Nov-16 0:54
Member 128386578-Nov-16 0:54 
QuestionRe: I want to make an android application to add custom place and show on google map Pin
David Crow8-Nov-16 2:19
David Crow8-Nov-16 2:19 
QuestionRe: I want to make an android application to add custom place and show on google map Pin
ZurdoDev17-Nov-16 0:59
professionalZurdoDev17-Nov-16 0:59 
Questionproblem whith warp photo in android Pin
mr ar30-Oct-16 7:58
mr ar30-Oct-16 7:58 
QuestionRe: problem whith warp photo in android Pin
David Crow30-Oct-16 16:14
David Crow30-Oct-16 16:14 
AnswerRe: problem whith warp photo in android Pin
mr ar30-Oct-16 21:18
mr ar30-Oct-16 21:18 
QuestionRe: problem whith warp photo in android Pin
David Crow31-Oct-16 2:34
David Crow31-Oct-16 2:34 
AnswerRe: problem whith warp photo in android Pin
mr ar31-Oct-16 2:42
mr ar31-Oct-16 2:42 
you sound like a doctor Hmmm | :|

this code is everywhere i just change it a little bit for fit inside a class

i managed to do some changes with changing

Java
final float K = 10000;
        float[] src = mOrig;
        float[] dst = mVerts;
        for (int i = 0; i < COUNT * 2; i += 2) {
            float x = src[i + 0];
            float y = src[i + 1];
            float dx = cx - x;
            float dy = cy - y;
            float dd = (dx * dx + dy * dy) /2;
            float d = (float) Math.pow(dd, 2);
            float pull = K / (dd + 0.000001f);

i bold them!
it still does wrong action but much better than previous one

do you have any solution?
QuestionRe: problem whith warp photo in android Pin
David Crow31-Oct-16 2:58
David Crow31-Oct-16 2:58 
AnswerRe: problem whith warp photo in android Pin
DanielMarkus4-Nov-16 6:41
DanielMarkus4-Nov-16 6:41 
AnswerRe: problem whith warp photo in android Pin
DanielMarkus4-Nov-16 6:42
DanielMarkus4-Nov-16 6:42 
QuestionPlot Isobar n Google Map Api v2 Pin
lakhwinder12jan26-Oct-16 21:01
lakhwinder12jan26-Oct-16 21:01 
AnswerRe: Plot Isobar n Google Map Api v2 Pin
Richard MacCutchan26-Oct-16 21:56
mveRichard MacCutchan26-Oct-16 21:56 
GeneralRe: Plot Isobar n Google Map Api v2 Pin
David Crow27-Oct-16 4:53
David Crow27-Oct-16 4:53 
GeneralRe: Plot Isobar n Google Map Api v2 Pin
Richard MacCutchan27-Oct-16 4:58
mveRichard MacCutchan27-Oct-16 4:58 
QuestionRe: Plot Isobar n Google Map Api v2 Pin
David Crow27-Oct-16 4:57
David Crow27-Oct-16 4:57 
AnswerRe: Plot Isobar n Google Map Api v2 Pin
Richard MacCutchan27-Oct-16 4:59
mveRichard MacCutchan27-Oct-16 4:59 
GeneralRe: Plot Isobar n Google Map Api v2 Pin
David Crow27-Oct-16 5:01
David Crow27-Oct-16 5:01 
AnswerRe: Plot Isobar n Google Map Api v2 Pin
ZurdoDev27-Oct-16 6:00
professionalZurdoDev27-Oct-16 6:00 
GeneralRe: Plot Isobar n Google Map Api v2 Pin
lakhwinder12jan27-Oct-16 21:36
lakhwinder12jan27-Oct-16 21:36 
GeneralRe: Plot Isobar n Google Map Api v2 Pin
ZurdoDev28-Oct-16 0:45
professionalZurdoDev28-Oct-16 0:45 
Questioncode android multiple table with insert, delete, update Pin
Member 1279832617-Oct-16 6:47
Member 1279832617-Oct-16 6:47 
AnswerRe: code android multiple table with insert, delete, update Pin
Richard MacCutchan17-Oct-16 7:54
mveRichard MacCutchan17-Oct-16 7:54 
AnswerRe: code android multiple table with insert, delete, update Pin
David Crow17-Oct-16 10:21
David Crow17-Oct-16 10:21 
GeneralOT Pin
Eytukan2-Dec-16 0:37
Eytukan2-Dec-16 0:37 

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.