Carpooling made easy

Enjoy safe and cheap carpooling at the power of your finger tips, while your on the go!

 

Workflow for <development>

github logo

Github

firebase logo

Firebase

android studio logo

Android Studio

github info

Regular commit flow

Using git and github (private repository)
to push new commits into the master
branch, allowing for a steady workflow
for the final release. With the current
commit count being at 30+. Link
to repository can be found here.

                
                FirebaseAuth auth = FirebaseAuth.getInstance();

                auth.sendSignInLinkToEmail(email, actionCodeSettings)
                          .addOnCompleteListener(new  OnCompleteListener (Void)() {
                            @Override
                            public void onComplete(@NonNull Task(Void) task) {
                              if (task.isSuccessful()) {
                                    Log.d(TAG, "Email sent.");
                                }
                            }
                        });
                
            

Powered by Java

Using java as a primary language
in android studio, along with Gradle
for accelerated productivity. Also
the primary code base follows the
Model-view-controller structure for
better intergration and future
devolpment.

bitbucket info

Realtime Database

Using firebases secure, fast and
reliable realtime database hosted on
Google cloud CDN for a 99% uptime
for all the users connected. Using
the simplifed JSON data structure
so queries from users can be
made quickly. More info here.

 

Commits:

0

Watchers:

0

Forks:

0

Pricing table

Professional Plan

£100


Unlimited rides


Live chat support


App & Dashboard access


Standard Plan

£50


50 rides


Live chat support


App access


Basic Plan

£20


20 rides


Email support


App access


Leave a message

Contact me

Welcome to my project, contact me! Please fill in the form below.

Thank your for your inquiry!