• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. D

    Apps Change Date from Variables

    I am trying to get the Day_of_year from a Datepicker, works but I want to alsom change the day of the year, is there a function like in PHP to change the values. final Calendar c = Calendar.getInstance(); mYear = c.get(Calendar.YEAR); mMonth = c.get(Calendar.MONTH); mDay =...
  2. D

    Apps Make list View click with option

    I am fairly new to Java, I have created a listview that shows some topics, now I want a user to be able to click one of the topics and take them to a new intent. Here is what I have so far. I have played around and can not make the list view click. package com.example.app; import...