Description
A library that converts Time to its equivalent basic local Nigeria languages (Yoruba, Hausa and Igbo) and currently adding up more languages.
Language_Time alternatives and similar packages
Based on the "Resources" category.
Alternatively, view Language_Time alternatives based on common mentions on social networks and blogs.
-
Android Asset Studio
A set of web-based tools for generating graphics and other assets that would eventually be in an Android application's res/ directory. -
Android Action Bar Style Generator
[DEPRECATED] Easily create a simple, attractive and seamless custom action bar style for your Android application -
Complete-Google-Map-API-Tutorial
Learn How to use Google Map API for Android from Basic to Advance with complete examples. -
Android Resource Extensions
Convenience extension methods for android's auto-generated /res folder R. class. -
Google Wear App
DISCONTINUED. This is a tip calculator for Android Wear that uses speech recognition. -
Android Design in Action slides
- The application that gives you access to the slides of the video series. -
Developing for Android
A series of articles from Googler Chet Hasae and others, answering most commonly asked question: "What are some of the important rules to keep in mind when developing Android applications?". -
Android UI design resources
Gives you wide variety of design resources form a Google Developer Expert in UI/UX.
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Language_Time or a related project?
README
Language_Time
A library that converts Time to its equivalent local languages starting with some basic Nigeria languages(Yoruba, Hausa, Igbo, Efik and English)
Setting up
Dependency
Maven
<dependency> <groupId>com.crevation.NgTime</groupId> <artifactId>crev-NgTime</artifactId> <version>1.1</version> <type>pom</type> </dependency>
Gradle
compile 'com.crevation.NgTime:crev-NgTime:0.1' OR
compile 'com.crevation.NgTime:crev-NgTime:1.1'
## Usage
```java
//instatntiate the language of your choice, Yoruba in this case
Time yoruba = new Yoruba();
//you can as well use other languages available
Time igbo = new Igbo();
Time hausa = new Hausa();
Time english = new English();
Time efik = new Efik();
String yorubaTime = yoruba.getTime("4:00");
String currentTime = yoruba.getCurrentTime();
String calendarTime = yoruba.getTime(Calendar.getInstance());
String dateTime = yoruba.getTime(new Date());
Test
There is a local unit test class [here](nglocaltimes/src/test/java/com/crevation/nglocaltime/LanguageUnitTest.java) in the test folder
Contributors
- Adetuyi Tolu Emmanuel Developer
- Idorenyin Obong Developer
- Iliya Kazah Daniel Hausa instructor
Contributions
Thank you for showing interest to contribute to this project, we are looking forward to
adding more languages.
All you need to do is:
Provide translation rules for the language to be added, see [English Constants](nglocaltimes/src/main/java/com/crevation/nglocaltime/english/Constants.java) for sample.
Email us for more information
License
Copyright 2017 Adetuyi Tolu Emmanuel
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at Apache license 2.0
*Note that all licence references and agreements mentioned in the Language_Time README section above
are relevant to that project's source code only.