Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I am trying to make a program that will use the time and display it down to the seconds. How do I do this?
So far I have found the function get_time() that is part of kivy but I am not sure how to use it. I have imported everything but it still says "not defined".
import datetime
datetime.datetime.now()
that should work on any python framework.
you can use the Documentation for more details.
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
how can I create a simple app that retrieve any data from server, I am stuck I don't know how I can start if anyone can help me?
You can use ktor, which is a networking library from Jetbrains. See an example here:
https://github.com/touchlab/KaMPKit/blob/kpg/ktor_hack/shared/src/commonMain/kotlin/co/touchlab/kampkit/ktor/DogApiImpl.kt#L38
The request needs to be made on the main thread in native, just FYI.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I want to get move direction accurately in my android app. using accelenometer and GPS I do not know how much it is possible to get by using accelenometer and GPS
please help me
Try reading tutorials in the android.developer website. You can begin from here
*Also try not to post questions that are incomplete and already answered. Happy coding .
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
How to implement Google Cloud Message in an Android application?
We can't really give you the code as each application has it's own unique features.
But I can tell you what are the best/common sources.
First of all - read the official documentation (it's really step by step) - Here
Second, Here's a nice tutorial with code to implement, check this one out
Hope it will help you.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
what are the steps to create library projects in android?
Now I am in beginning stage , and don't know what are the things to do. Can any one provide me any sample link that contains steps in creating sample library projects?
This will help you.
http://www.vogella.com/articles/AndroidLibraryProjects/article.html
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I have a java code for contacts app in Android and it needs a package named
import com.google.android.collect.Maps;
I am not able to figure out how to include this in eclipse so that I can go ahead working with this app.
See Adding an External Library (.jar) using Eclipse: http://developer.android.com/guide/appendix/faq/commontasks.html#addexternallibrary
It seems that this comes from a cut of Google Guava Library.
Source code here:
https://github.com/android/platform_frameworks_base/tree/master/core/java/com/google/android/collect