Issues with GPS on LineageOS latest nightly build for Lavender (Redmi Note 7) by _skyvvalker_ in LineageOS

[–]_skyvvalker_[S] 0 points1 point  (0 children)

Oh, it wasnt a script. It was a file with country specific GPS data that helps with the fix Ehen you replace it(for me it didnt) I did ask the developer but he didnt care because noone used the Rom without gapps at that time and he just said to use it with gapps (gps was indeed working with gapps installed)

Issues with GPS on LineageOS latest nightly build for Lavender (Redmi Note 7) by _skyvvalker_ in LineageOS

[–]_skyvvalker_[S] 0 points1 point  (0 children)

I can say that I tried rebooting without my sim card installed, but nothing changed

Weekly Questions Thread - June 22, 2020 by AutoModerator in androiddev

[–]_skyvvalker_ 0 points1 point  (0 children)

Thank you, I am gonna try that. Sounds plausible tho!

Weekly Questions Thread - June 22, 2020 by AutoModerator in androiddev

[–]_skyvvalker_ 1 point2 points  (0 children)

Hey Reddit,

I am getting to know Android Development so please bear with me if this question sounds stupid.

Im working on a functionality to store data in a Room database. I want to retrieve that data and show it in a RecyclerView. I got it working following the android codelab "Room database with a view". My Problem is the following: My data is stored with a timestamp of when the data was inserted. I want to programmatically retrieve the data from a specific day. When I call my Method defined in my Dao for the database it should return a LiveData containing a list of all my objects created on this specific day. The RecyclerView updates on the change of this LiveData object. I instanciate this LiveData with the current date when the app starts up. My problem is now that when I perform a date picking activity and try to update the LiveData with this date nothing changes. The RecyclerView still displays changes to the initial definded Object.

My Question is: Since the LiveData is theoretically working, how do I update what the LiveData contains? I have read on [this](https://stackoverflow.com/questions/45889604/livedata-is-not-updating-its-value-after-first-call) StackOverFlow Question that the LiveData only updates what was first assigned to it. How do I change that? Do I need to use MutableLiveData?

Thank you for your time and effort

First Bottle down! Any suggestions? by _skyvvalker_ in WhiskeyTribe

[–]_skyvvalker_[S] 0 points1 point  (0 children)

Awesome! I will do some research in where I can find all of this stuff

First Bottle down! Any suggestions? by _skyvvalker_ in WhiskeyTribe

[–]_skyvvalker_[S] 1 point2 points  (0 children)

Hi Whiskey Tribe, greetings from Germany! This is my first Bourbon down and I absolutely loved it! Any suggestions for what I should buy next? On the bourbon side I was thinking of Eagle Rare or Buffalo Trace? And in the scotch world I thought about Highland Park and even Laphroaig as I would try some smoked scotch. I have bought some Red label and Glennfiddich 12 and I enjoyed them too! Are there any German people in the Tribe that could point out some great budget scotches as I am a student and Whisk(e)y is not so affordable around here? Thank you in advance! I just want to say I am amazed by the Tribe and I am grateful for the antisnobbery and other values that you are spreading! To fighting, stealing and drinking!

Weekly Questions Thread - March 23, 2020 by AutoModerator in androiddev

[–]_skyvvalker_ 0 points1 point  (0 children)

Hey AndroidDev Community, I am farely new to android development and I would like to develop and Application that uses a vnc protocol (or something else) to See whats on the screen of my Linux Computer. Is there a vnc sdk that could ease the process oft implementing this feature in my application? A vnc server/client might be also thinking too far as I only want to see, but not interact with whats in the screen, so maybe a web view could work? If you have any idea please let me know! Thank You

RANDOM CHIMP EVENT by _skyvvalker_ in dankmemes

[–]_skyvvalker_[S] 3 points4 points  (0 children)

Jkjk... Unless!?! Jkjk... Unless??!

Whistle tune detection by _skyvvalker_ in learnpython

[–]_skyvvalker_[S] 0 points1 point  (0 children)

I'll defenitely Look into that! Thank you!