• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Trouble with programming navigation drawer in android studio

Hello all,

I can't get a simple widget working in a navigation drawer project in Android studio.

I want when the user clicked on the ImageView that the number in textView1 is increaesed by one, and that the next image will be shown.

how can I get that work!
 
Hello all,

I can't get a simple widget working in a navigation drawer project in Android studio.

I want when the user clicked on the ImageView that the number in textView1 is increaesed by one, and that the next image will be shown.

how can I get that work!

If you can provide access to your code on Github I can import the project and see if I can spot what your problem is.
 
Can't i upload a archive file here? That can I do first thung in the morning. The Github thung I need to figure it first out and i have to make an empty project with some info in it for you to understand

I can't get github working... so here is an archive file.

I have managed to get github working now, here is the link.
https://github.com/christiaan89/helpWidget

First create a Github account, and share the project from Android Studio.
The accepted answer to this question has step by step instructions:

https://stackoverflow.com/questions/37093723/how-to-add-an-android-studio-project-to-github
Did you habe already some time spare, for me to help... I can't get any further at the moment.
 

Attachments

I did load up your project, but unfortunately was not able to build it, due to various configuration problems. In any case I do all my Android coding in Java, and I'm not that familiar with Kotlin. Sorry.
You may want to post here the relevant code snippets concerned with updating the Textview. Someone might be able to spot your problem.
 
Back
Top Bottom