All Projects → yunusmete → openstf-java-client

yunusmete / openstf-java-client

Licence: other
This project is a client of OpenSTF REST API which enables controlling and managing devices in device farm from your browser.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to openstf-java-client

Stf
Control and manage Android devices from your browser.
Stars: ✭ 12,196 (+32862.16%)
Mutual labels:  android-development, stf, device-farm
mcloud
Mobile farm ecosystem for Android and iOS devices
Stars: ✭ 32 (-13.51%)
Mutual labels:  openstf, stf
community-edition
Zebrunner is a Test Automation Management Tool
Stars: ✭ 171 (+362.16%)
Mutual labels:  stf, device-farm
nestedRecycler
A sample tutorial android app to implement Nested Recycler View easily using Kotlin
Stars: ✭ 61 (+64.86%)
Mutual labels:  android-development
Shipr-Community-Android
Shipr Social is the Multi Platform Chat Project for Developers
Stars: ✭ 21 (-43.24%)
Mutual labels:  android-development
FireFiles
Powerful Android File Manager for everything that runs on Android OS (Android TV, Android Watch, Mobile, etc)
Stars: ✭ 37 (+0%)
Mutual labels:  android-development
Android-Diagonal-Cut-View
learnyandroid.blogspot.com/2017/11/create-diagonal-cut-view-in-android.html
Stars: ✭ 14 (-62.16%)
Mutual labels:  android-development
NYTimesMostPopularArticles
A simple app to hit the NY Times Most Popular Articles API and show a list of articles, that shows details when items on the list are tapped (a typical master/detail app), also user able to browse/ add articles to favorite list that implements MVVM architecture using Dagger2, Retrofit, Coroutines, LiveData, RoomDatabase, Database Debugging, Data…
Stars: ✭ 38 (+2.7%)
Mutual labels:  android-development
android toolchain
Issue tracking repo for Swift toolchain for Android.
Stars: ✭ 24 (-35.14%)
Mutual labels:  android-development
android-developer-nanodegree-by-google
Projects for Udacity Android Developer Nanodegree - Sandwich Club, Popular Movies, Baking App (WIP), Build It Bigger, Make Your App Material, and Go Ubiquitous
Stars: ✭ 14 (-62.16%)
Mutual labels:  android-development
Cofi
Simple coffee timer
Stars: ✭ 18 (-51.35%)
Mutual labels:  android-development
Retromock
Java library for mocking responses in a Retrofit service.
Stars: ✭ 48 (+29.73%)
Mutual labels:  android-development
Reside-Menu
By applying viewpager animation you can also make AMAZING Reside Menu's
Stars: ✭ 72 (+94.59%)
Mutual labels:  android-development
safe-android-fragments
[DEPRECATED] The goal of this example is to show you a way to prevent the fragment state loss and consequently avoid potential crashes of your app using kotlin extensions and android support library (version up to 26.0.0).
Stars: ✭ 15 (-59.46%)
Mutual labels:  android-development
SPYZIER-APP
Android spying app and Parental controller app.
Stars: ✭ 156 (+321.62%)
Mutual labels:  android-development
androidCourseKotlin
Android Course in Kotlin
Stars: ✭ 19 (-48.65%)
Mutual labels:  android-development
Foodspace
Foodspace is an app made using Flutter and Firebase, where people can register and start exploring wide categories of restaurants present in their cities and also check the reviews and feedback for a specific restaurant. There is also a 'likes section' where all the restaurants liked by the user are displayed.
Stars: ✭ 73 (+97.3%)
Mutual labels:  android-development
adb-butler
adb server for OpenSTF deployment
Stars: ✭ 23 (-37.84%)
Mutual labels:  openstf
android-tableview-kotlin
Android's missing TableView component.
Stars: ✭ 40 (+8.11%)
Mutual labels:  android-development
AndroidEssentialLibraries
👻 Android Essential Libraries - A couple of the Android Libraries to use in your Projects 🛠
Stars: ✭ 203 (+448.65%)
Mutual labels:  android-development

alt text

OpenSTF Java Client

Maven Central

This project is a client of OpenSTF REST API which enables controlling and managing devices in device farm from your browser. You can go and view the project from this link: https://github.com/openstf/stf

You can use that client with test automation frameworks like Appium.

Download

Maven:

<dependency>
    <groupId>com.github.yunusmete.stf</groupId>
    <artifactId>openstf-java-client</artifactId>
    <version>1.0</version>
</dependency>

Gradle:

compile 'com.github.yunusmete.stf:openstf-java-client:1.0'

Also you can download the latest JAR and add to your project.

License License for Openstf-Java-Client

Copyright 2016 Yunus Mete, Turkey.

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

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].