`Day37` - Implemented manual location updating fea...
# 100daysofkotlin-2021
j
Day37
• Implemented manual location updating feature (had to read the api doc more thoroughly..) ◦ Reflected my supervisor's feedback. (I was calling a wrong method which was called whenever location changed. I had to use a single-update method.) (+Replaced some if(~~~null) stuffs with ?.let{} • Practiced using my company's API. It's an electric bike startup. Fetched location of bikes within some range, displayed bike markers
Self-Comment
• Waaa got new macbook pro from company. 16 inch! Intel of courseblob sunglasses M1 nah nah • Eyes are too sore.... turned on night shift but still.... • Think I need to look on Rx, coroutine, asynchronous programming. Actually coroutine is more recent-hot library but the original code is already in Rx. I guess I have to study both, exactly know how each works.
Goals Tomorrow
• Fetch zone locations, display zones with corresponding marker images - think I'll have to use Glide. Thanks udacity.. it's so glad that I can recall the concepts/libraries at least vaguely haha