🔒 Closed Developers, need help here

Status
Not open for further replies.

ken russh

Enthusiast
System.out.println("THREAD IS NOW CLOSE")


I need help for the developers here. Since your the number one trusted site known here in philippines.

Here
"We know that creating an apk file is common now. But lemme ask you, Im just a beginner though I modify apps. Is there any way to create such file without using pc? I wonder. I think almost all of the turorials on youtube requires pc. I did not see no pc yet.

Also, I just created some app but its useless. I dont know how to use onClick. And, how to use button like for example, if I click this button it will open another page.

Hope you all can help me with this. Thanks developers.

Ps. Im just a college student. Not a programmer but I want to learn on my own."


You can message me here too, kenmalinao18@gmail.com
 

Attachments

  • Screenshot_2017-02-14-08-11-13.webp
    Screenshot_2017-02-14-08-11-13.webp
    7.3 KB · Views: 39
  • Screenshot_2017-02-14-08-11-16.webp
    Screenshot_2017-02-14-08-11-16.webp
    7.2 KB · Views: 21
i dont think there is such app that can create apk using mobile phone besides PC, for your second question there are lots of tutorials about linking another page. you can refer on this You do not have permission to view the full content of this post. Log in or register now.
 
i dont think there is such app that can create apk using mobile phone besides PC, for your second question there are lots of tutorials about linking another page. you can refer on this You do not have permission to view the full content of this post. Log in or register now.
Yung apk editor, ui designer, at aide premium lng kc gnagamit ko. Wla nmang problema pg pc my android studio nmn.

Cge thanks sa link.
 
I used aide(java) on my android marshmallow for creating simple app/demo. Aide(phonegap[html, css, javascript]) for hybrid app. Both can create .apk file.

buttonId.setOnClickListener(new OnClickListener() {
public void onClick(View v) {
Intent intent = new Intent(openedActivity.this, toYourNewActivity.class);
startActivity(intent);
openedActivity.this.finish();
}
});
 
I used aide(java) on my android marshmallow for creating simple app/demo. Aide(phonegap[html, css, javascript]) for hybrid app. Both can create .apk file.

buttonId.setOnClickListener(new OnClickListener() {
public void onClick(View v) {
Intent intent = new Intent(openedActivity.this, toYourNewActivity.class);
startActivity(intent);
openedActivity.this.finish();
}
});
Thank you sir. Sir? Yan na ba code ng mainactivity.java?


Ok na sir. Nakagawa na ako ng flashlight gamit aide. Ok na lahat ng code. Na install ko na yung problema na lng, nag fo-force stop. Ano kaya probelma neto sir? Yung min at target sdk version ba sir? Lollipop 5.1 ako.
 
Thank you sir. Sir? Yan na ba code ng mainactivity.java?


Ok na sir. Nakagawa na ako ng flashlight gamit aide. Ok na lahat ng code. Na install ko na yung problema na lng, nag fo-force stop. Ano kaya probelma neto sir? Yung min at target sdk version ba sir? Lollipop 5.1 ako.


Babae ako sir.

Logcat sir. Check mo kung bakit force close.
 
Babae ako sir.

Logcat sir. Check mo kung bakit force close.
Hehe sorry po.


Ahm, ok na mga code my mga nahanap na ako. Nkapagcreate na rn ako ng toolbar, navigation, new act etc pero di pa gaano. My gnagawa akong app sa ngayon na lyrics yung gusto kong ilagay. Kaso di ko alam pano gamitin at gumawa ng database. Di ko alam san ako magsisimula sa database.
 
Babae ako sir.

Logcat sir. Check mo kung bakit force close.
Ito po na app. Yung database nlng pinoproblema ko. Ok lng sa layouts at java classes.
 

Attachments

  • Screenshot_2017-03-02-20-08-45.webp
    Screenshot_2017-03-02-20-08-45.webp
    29.7 KB · Views: 28
  • Screenshot_2017-03-02-20-08-47.webp
    Screenshot_2017-03-02-20-08-47.webp
    21.7 KB · Views: 28
Status
Not open for further replies.

About this Thread

  • 12
    Replies
  • 1K
    Views
  • 7
    Participants
Last reply from:
jgutx

Trending Topics

Online now

Members online
1,171
Guests online
1,434
Total visitors
2,605

Forum statistics

Threads
2,273,447
Posts
28,949,561
Members
1,235,749
Latest member
hhu677
Back
Top