I hereby claim:
- I am sparker0i on github.
- I am sparker0i (https://keybase.io/sparker0i) on keybase.
- I have a public key ASDb8_69b0Feg87VAeNlVUKtGopC1XxafG9XruhHznll1Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import android.content.Context; | |
| import java.util.Calendar; | |
| public class Utils { | |
| public static String setWeatherIcon(Context context , int id) { | |
| Calendar calendar = Calendar.getInstance(); | |
| int hour = calendar.get(Calendar.HOUR_OF_DAY); | |
| String str = ""; |
| import android.content.Context; | |
| import java.util.Calendar; | |
| public class Utils { | |
| public static String setWeatherIcon(Context context , int id) { | |
| Calendar calendar = Calendar.getInstance(); | |
| int hour = calendar.get(Calendar.HOUR_OF_DAY); | |
| String str = ""; |