Coder Social home page Coder Social logo

buildmlearn / mconference-framework Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 11.0 2.81 MB

Android Framework which allows to create apps for conferences and events

License: BSD 3-Clause "New" or "Revised" License

Java 77.23% HTML 12.98% JavaScript 8.17% CSS 1.62%

mconference-framework's People

Contributors

croozeus avatar jaiagarwal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mconference-framework's Issues

About The App Intent

The "About The App" link is present in Nav Bar of Conference with no functionality.
Need to create a mockup and implement its class.

Any suggestions?

Runtime Permission Missing - API 23

  • Issue while targeted API 23 and getting all permissions in manifest file will not add permission by default while running in API >= 23 android phones.

this shows how the developer has been updated with latest android development and buildmLearn chosen this guys for the open source contribution.
other bugs/issues and pull request coming soon.

New Forms for Register

# Current Situation:

After you log in, you are taken to New form page, where you are given chance to create new form

screenshot_2016-12-23-09-44-10-139

# Possible Registration Solution:
Should point to an already existing form instead of a new form(XML). It should also hide others responses ideally.
Ideally, just the registration to event form must be given.
And if its just google form web link do we actually need a login, we can give a chance to directly fill the form.
Any reason why we ask users to Log in?

Check for internet connection after splash screen

Just after splash screen, if the phone is not connected to internet, the app crashes.
below is the log. can I send a pr with a proper working solution?

FATAL EXCEPTION: main Process: org.buildmlearn.mconference, PID: 7697 java.lang.NullPointerException: Attempt to invoke virtual method 'int java.util.ArrayList.size()' on a null object reference at org.buildmlearn.mconference.secondapproach.HomeRecyclerView.getItemCount(HomeRecyclerView.java:86) at android.support.v7.widget.RecyclerView.onMeasure(RecyclerView.java:2556) at android.view.View.measure(View.java:18809) at android.widget.RelativeLayout.measureChildHorizontal(RelativeLayout.java:715) at android.widget.RelativeLayout.onMeasure(RelativeLayout.java:461) at android.view.View.measure(View.java:18809) at android.widget.RelativeLayout.measureChildHorizontal(RelativeLayout.java:715) at android.widget.RelativeLayout.onMeasure(RelativeLayout.java:461) at android.view.View.measure(View.java:18809) at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:5954) at android.widget.FrameLayout.onMeasure(FrameLayout.java:194) at android.support.v7.widget.ContentFrameLayout.onMeasure(ContentFrameLayout.java:135) at android.view.View.measure(View.java:18809) at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:5954) at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1465) at android.widget.LinearLayout.measureVertical(LinearLayout.java:748) at android.widget.LinearLayout.onMeasure(LinearLayout.java:630) at android.view.View.measure(View.java:18809) at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:5954) at android.widget.FrameLayout.onMeasure(FrameLayout.java:194) at android.view.View.measure(View.java:18809) at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:5954) at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1465) at android.widget.LinearLayout.measureVertical(LinearLayout.java:748) at android.widget.LinearLayout.onMeasure(LinearLayout.java:630) at android.view.View.measure(View.java:18809) at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:5954) at android.widget.FrameLayout.onMeasure(FrameLayout.java:194) at com.android.internal.policy.PhoneWindow$DecorView.onMeasure(PhoneWindow.java:2643) at android.view.View.measure(View.java:18809) at android.view.ViewRootImpl.performMeasure(ViewRootImpl.java:2112) at android.view.ViewRootImpl.measureHierarchy(ViewRootImpl.java:1228) at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1464) at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1119) at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:6060) at android.view.Choreographer$CallbackRecord.run(Choreographer.java:858) at android.view.Choreographer.doCallbacks(Choreographer.java:670) at android.view.Choreographer.doFrame(Choreographer.java:606) at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:844) at android.os.Handler.handleCallback(Handler.java:746) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:148) at android.app.ActivityThread.main(ActivityThread.java:5443) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:728) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)

Register Section needs to be reworked

Current Situation:
The register has a web view part currently. I have tried out tasks like:

screenshot_2016-12-23-09-45-34-878
screenshot_2016-12-23-09-41-00-304

Improvement:
Ideally, this should not happen. Clicking back takes you to the main screen, so you can't get back to register screen once you have lost it.
Besides in #8 if we really need a login, we can have a G+ login instead. It is simple and easy for android users.
Like figure below:
image

@croozeus @jaiagarwal

Implement Bookmarks

At present, we have bookmarks in Nav Bar of Conference with no functionality.
Solution:

  1. Add a button on Details of Event screen to bookmark it.
  2. Save the data in the database SQLite.
  3. Display results when Bookmarks is clicked.

Edge Case:
See that each bookmark is added only once to avoid repetition.
Enhancement:
Add a flag to know if the event is bookmarked already when you are looking at schedule itself.

Can I proceed with this work?

Settings in Nav Bar

The settings in Nav Bar has no functionality as of now.
Are there any proposed setting?
In case there are none, we can remove that field.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.