A big piece of applications you are going to create as Android developer will contain at least some kind of integration with an online database. As I am an Android developer and I struggled a lot in the past to make things work properly I will show you a very simple way to do it. Read More …
Category: Android
Create super-easy databases on Android apps [TinyDB]
A very common need for an android developer is the need to create a place for storing app information. For example you may need to store some settings about the user of the app or more data that user want to keep. You can create an SQL database, but this can be very costly. You Read More …
How LookingForTable predicts a value [Neural Nets]
LookingFoTable is maybe the most famous project of ShowMeYourCode at the moment. It’s an android application that help people to find out where to go based on the store completeness. As the description on play store says: “‘A common problem when you need to go out is that you never know if the restaurant or the Read More …
Android Development | Custom αναζήτηση σε λίστα
Ας υποθέσουμε ότι θέλουμε να δημιουργήσουμε ένα android app το οποία θα περιέχει μία λίστα (για παράδειγμα ονομάτων) και ένα πεδίο αναζήτησης στο οποίο ο χρήστης θα πληκτρολογεί το όνομα που ψάχνει και στη λίστα θα μένουν δυναμικά τα ονόματα που ταιριάζουν. Αυτό το tutorial βασίζεται στον κώδικα του LookingForTable. Θέλουμε επιπλέον η αναζήτηση να μην Read More …