What's new

Closed Developers, need help here

Status
Not open for further replies.

ken russh

Addict
Joined
Apr 4, 2016
Posts
166
Reaction
96
Points
117
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 YøùTùbé 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

Last edited:
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 ρrémíùm 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();
}
});
 
Last edited:
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.
 
Status
Not open for further replies.

Similar threads

Back
Top