top of page
Caută
  • Poza scriitoruluioanaunciuleanu

MusicAPP - Android

The code can be seen here: https://gist.github.com/oanaunc/f50d012337762b660e83b38acd27aeef


This is my fourth project in the Google-Udacity Android Developers Nanodegree program.




The code can be seen here: https://gist.github.com/oanaunc/f50d012337762b660e83b38acd27aeef




18 afișări0 comentarii

Postări recente

Afișează-le pe toate

Weighted Job Scheduling in JAVA

You receive a list of jobs that have three elements: start time, finish time and profit. You have to schedule the jobs with no overlapping, in order to obtain the maximum profit. Solution: 1. static

Tiling Problem in JAVA

You can use a board that is 2 x n size. The tiles are of size 2 x 1. Count the number of ways to tile the board. Tiles can be placed vertically 2 x 1 or horizontally as 1 x 2. Solution: 1. static

bottom of page