Loading...
Logo
Processing Forum
narunreddy's Profile
4 Posts
3 Responses
0 Followers

Activity Trend

Last 30 days

Loading Chart...

Show:
Private Message
    Hi, iam quite new to programming i cannot understand how to convert the code which i have in pde format to signed apk.I tried to click on export signed apk in the file menu but it did not work,i tried it from 'cmd' installed latest jdk but still failed.Can any one please explain me this process in a detailed manner.Please share links of any vedio tutorials on this topic.Thanks in advance for helping a beginner. 
    Hi everyone, I am new to programming in processing.Can any one of you explain me how i can repeat my entire program if choosen by user at the end.In c i use main(); to do it.Whats the command in processing?
    Program:

    //some code

    if(some condition)
    //What should i do here in c i use main()
    if(some other condition)
    exit();