Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/und1n3/taleia

Android App to generate radom sets of words.
https://github.com/und1n3/taleia

appwrite kotlin kotlin-android taleia

Last synced: about 1 month ago
JSON representation

Android App to generate radom sets of words.

Awesome Lists containing this project

README

        

# Welcome to Taleia App!

This app let's you create random sets of words in order to break the writer's block.
It has 3 main screens:

- **Scene**: It generates 3 words for *Who*, *What* and *Where*
- **Character**: It generates 4 words for *Who*, *Adjective* and some kind of characteristics with a verb and a noun.
- **Challenge** : It generates 3 words for *what* , *writting style* and *limitation*

# Features

Implemented a Log In / Sign In functionality with AppWrite ( )

drawing

drawing

Once logged in the user can save the combinations (stored in the AppWrite platform).

drawing

drawing

drawing

They will be displayed in a Toast message (scrollView still in progress)

drawing

drawing

Here we can see the saved files in Appwrite:

drawing

drawing

# How to implement Appwrite:
In order for it to run, we need to create an Android project and inside this projects the following three collections:

### Scene
Will be used to store the scene combinations. It has to be set with the following Rules and Permissions:

- **Rules**:
- who : *Text*
- what : *Text*
- where : *Text*

- **Permissions**:
- read access : *
- write access : *

### Character
Will be to store the character combinations. It has to be set with the following Rules and Permissions:

- **Rules**:
- who : *Text*
- adj : *Text*
- tick1 : *Text*
- tick2 : *Text*

- **Permissions**:
- read access: *
- write access: *

### Challange
Will be to store the challange combinations. It has to be set with the following Rules and Permissions:

- **Rules**:
- what : *Text*
- style : *Text*
- restrict : *Text*

- **Permissions**:
- read access : *
- write access : *

### Hope you like it!

## WIP

- [ ] Display the list of saved Instances in a scroll view
- [ ] Display the three options in a menu Tab in the saved prompts activity
- [ ] Add icons to the Drawer Navigation Menu