Skip to content

Tag: android

Android Foreground service without notification – how to?

I have created foreground service for notifications in my application. It’s working fine, the problem is to start the foreground service we need foreground notification which tell that your application is running like this. I don’t want this notification. How I can remove that notification without…

HeaderListView with Horizontal Scrolling Header

I’m looking for a HeaderListView like this one: http://applidium.github.io/HeaderListView/ but instead have a header that has a horizontal scrolling ability that lists categories of my list view, like in uber eats where it comes up with stuff like: Drinks Coke Sprite Pizza Pepperoni Pizza Cheese Pizza I…

Android Studio – Error Module not specified

i’m a newbie to Android/Java development and purchased a book Java Programming for Android Developers For Dummies, 2nd Edition. This comes with a code samples section http://users.drew.edu/bburd/Java4Android/ (chapter 02_01) I understand the book is a few years old hence so the code samples will be. How…

How to use AWSDateTime in Java

Trying to figure out how to input a AWSDateTime. I don’t want to use Java 8. createDate requires Temporal.DateTime Is there any other way I can accomplish this? Answer I ended up using the function in DateUtils. https://docs.aws.amazon.com/appsync/latest/devguide/scalars.html AWSDateTime An extended ISO…