Skip to content
  • Home
  • Code With Michelle
  • About

Luvelle Codes

Talk code to me

Author: michelle

— Coding, How-To —

Using Google Places API for Android

March 30, 2018

It’s been close to 4 years since I last developed an Android app. I released a private fun app for my own wedding, involving a connection to my VPS, and my own laptop. I could talk about it some other time, since I intend to replicate a better version of the app someday. Would be… Read More Using Google Places API for Android

— Coding, Teaching —

Java: ArrayList vs Array

January 16, 2018

* Do note in this post, I’m referring to a normal array, not the Arrays class in Java. All these are snippets of code, so remember to import the ArrayList package when you need to use the ArrayList class. I’m going to break this down into differences and similarities. Differences Between a Java ArrayList and… Read More Java: ArrayList vs Array

— Coding, Problem Solving, Teaching —

Problem Solving: Counting Valleys

December 9, 2017

This problem is extracted from HackerRank: Counting Valleys. Its rating is Easy. We will be using Python 3 to solve this problem. Do try to solve it yourself first in HackerRank before peeking at the solution. 🙂




Categories

  • Blog
  • Coding
  • Command Line
  • How-To
  • Problem Solving
  • Teaching

Tags

android studio apache centos 7 coding domain name how-to ios iOS 8 namesilo nsstring objective-c python snippet ssh unix vps wordpress xcode 6
© 2017 Luvelle Codes