Skip to main content

All Questions

4 votes
1 answer
290 views

SQLite database for books

First, my Book object: ...
The 29th Saltshaker's user avatar
4 votes
1 answer
46 views

Places and their PlaceCategories

I'm going to start small here because I actually have several questions but I'll go one at a time. In the app I am making to better learn Java/Android/SQL/OOP, I have a page where a user can define ...
The 29th Saltshaker's user avatar
1 vote
1 answer
502 views

Simple login and authentication app

For school I had to do a real simple login and authentication system on an Android app, and I'm wondering how my code can be optimised to reduce code duplication and how it can be made more object ...
James111's user avatar
  • 213
6 votes
2 answers
4k views

Three-in-a-row board game

I don't truly understand how OOP works and It's stopping me from creating good programs! Below I have a program that will check to see if there are 3 tiles from a gridview in a row. Here's a ...
James111's user avatar
  • 213
2 votes
1 answer
298 views

Displaying a list of players and their leagues

My question is mostly directed towards the principles of object-oriented programming. I have an Android application and one of the activities has a ListView. In ...
parakmiakos's user avatar
4 votes
1 answer
1k views

Location-based reminder application

I'm creating a location-based reminder application in Android using proximity alerts, geocoder, Google Maps API and their Places API. Currently there is a default ...
abstrakt's user avatar
1 vote
1 answer
4k views

Getting multiple inputs from single EditText

This is an Android app and there is a EditText box, and I need to accept multiple types of inputs one after another in order. This order is predefined. On ...
Kamath's user avatar
  • 111

15 30 50 per page
1
2