LeeCo is an awesome app for (including unlock) problems, solutions, discuss(from leetcode) and comments.

Related tags

App LeeCo
Overview

LeeCo

WoWoViewPager BoomMenu CoCoin BlurLockView LeeCo GithubWidget JellyToggleButton FaceOffToggleButton

LeeCo
LeeCo is an awesome app for algorithem problems(including unlock), solutions, discuss(from leetcode) and comments.

#中文文档 README-ZH.md

#Download APK from Github
QR code from Bugly:
LeeCo
APK from Fir
QR code from Fir:
LeeCo

#Intro ###Main Page Main Page
In the main page of LeeCo, there are algorithm problems from LeetCode. All the algorithm problems are classified into 29 tags in the sub pages. You can see the degree of difficulty and the being collected times of every problem. Click a problem then you can check the details of the content, solution, discusses(from LeetCode) and comments(from LeeCo) of the problem. Open the drawer menu, there are the information of user(after signing in), all the tags(click to jump to the corresponding sub page), settings, help, feedback and about. There are sorting and searching icons at the top right-hand corner to help you search and read problems.

###Sign Up and Sign In Sign Up and Sign In
You can sign up and sign in to LeeCo. After signing in, you can collect problems, publish, reply and vote comments.

###Favorite Favorite
After signing in, you can click the favorite button in the drawer menu in the main page to check all the problems collected by you. There are 2 ways to collect or cancel the collection of problems: long press the problem in the main page or in the favorite page, click the "heart" button in the problem page introduced below. And also, you can sort or search problems in the favorite just as in main page.

###Problem Problem
After clicking a problem to jump to the problem page, you can find all the details of the problem, including title, tags, difficulty level, times of being collected, problem content and similar problems. Try to click the "airplane" button at the top right-hand corner to check the problem in LeetCode or click the "heart" to collect this problem or cancel it. If you want to check the tags of the problem, just click the tag and click the check icon(the eye in toast) to jump to the sub page of the tag. Similarly, click the similar problems to jump to the corresponding problems.

###Solution Solution
Swipe to left to enter the solution page at the right of problem page, where there is the solution provided by LeeCo for the problem. Click the copy button to copy the codes of the solution. If you find some mistakes of problem and solution or just think the solution is just so so, you can click the "hand" button to feedback.

###Discuss Discuss
In the discuss page at the right of solution page, there are discusser from LeetCode. You can sort the discusses or click them to view in web.

###Comment Comment
In the comment page, you can comment on problems and solutions. Click a comment then you can expand or collapse it. Long press a comment then you can reply to, vote or veto for and copy the content of the comment if the comment is not published by you. Long press a comment published by you, you can edit, delete it or just copy the content of the comment. Click the buttons at the bottom right-hand corner of a comment to reply, vote or veto quickly. You can sort the comments or publish your comments through the buttons at the top right-hand corner. The times of vote to your comments will be add up to your account. You can check this in the drawer in the main page.

###Other Other
In the drawer of main page, you can also: set your password or check the update in settings, check this document in help, feedback to help LeeCo be better and check the information of the developer and the open-source address of LeeCo.

###Language LeeCo supports English and Chinese. You can check the strings file here.
values/strings.xml
values-zh/strings.xml

#License

The MIT License (MIT)

Copyright (c) 2016 Nightonke

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

You might also like...
My Advent of Code solutions written in Kotlin

AOC21 My Advent of Code solutions written in Kotlin Why Kotlin? I think Kotlin is a really suitable language for Advent of Code, because it handles li

Koltin solutions for the 2021 edition of AoC

AdventOfCode2021 This is the code developed for Advent of Code 2021. My primary goals are: have fun learn something new about Kotlin don't spend more

My solutions for Advent of Code 2021 puzzles, mainly using Kotlin.

Advent of Code 2021 Featuring Kotlin What's that ? https://adventofcode.com/2021/about Advent of Code is an Advent calendar of small programming puzzl

My solutions for Advent of Code 2021, written in Kotlin!

Advent-of-Code-2021 Welcome to the Advent of Code1 Kotlin project created by thijsboehme using the Advent of Code Kotlin Template delivered by JetBrai

Advent of Code 2021: Solutions in Kotlin

Advent of Code 2021 Solutions in Kotlin This repo is my personal attempt at solving the Advent of Code 2021 set of problems with the Kotlin programmin

🎅 Marry XMas 🎄 Kotlin solutions for my Advent of Code 2021 🤶

Advent of Code 2021 🎄 val aMessageFromMe = """ _____________,--, | | | | | | |/ .-.\ HANG IN THERE |_|_|_|_|_|_/ / `. SAN

My solutions for the Advent of Code 2021. See the link for a playlist with recordings of me solving each puzzle.

Advent of Code 2021 My solutions for the Advent of Code 2021 solved with Kotlin. What is the Advent of Code? Advent of Code is an online event created

My Advent Of Code 2021 solutions 🎄🎅

AdventOfCode2021 In this repository, i am about to provide solutions for the Advent of Code1 puzzles using Kotlin language. Footnotes Advent of Code –

My advent of code 2021 solutions.

Advent of code 2021 These are my kotlin solutions for however long I manage to take part without giving up. How to run Add a Config.kt file locally an

Comments
  • Find a Crash

    Find a Crash

    APK Version : 1.0.0 AndroidOS Version = 7.0

    This crash happened by accident when I was testing. I hope it can help you to debug.

    Long Msg: android.view.WindowManager$BadTokenException: Unable to add window -- token null is not valid; is your activity running? at android.view.ViewRootImpl.setView(ViewRootImpl.java:714) at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:347) at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:94) at com.github.johnpersano.supertoasts.ManagerSuperToast.displaySuperToast(ManagerSuperToast.java:189) at com.github.johnpersano.supertoasts.ManagerSuperToast.handleMessage(ManagerSuperToast.java:146) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:163) at android.app.ActivityThread.main(ActivityThread.java:6365) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:901) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:791)

    opened by LvZW1895 0
Owner
Nightonke
Android & iOS Developer
Nightonke
A package to include a standard Unlock premium view in iOS and Android apps

A package to include a standard Unlock premium view in iOS and Android apps

Groupe MINASTE 2 May 21, 2022
Medich is an application that raises the problem of satisfaction related to BPJS, especially in the lower classes, with Medich being able to solve all these problems

Medich is an application that raises the problem of satisfaction related to BPJS, especially in the lower classes, with Medich being able to solve all these problems. Medich has a Donation feature that will be very useful for the Community

Zainul 5 Dec 18, 2022
SimpleToDo is an android app that allows building a todo list and basic todo items management functionality including adding new items, editing and deleting an existing item.

SimpleToDo is an android app that allows building a todo list and basic todo items management functionality including adding new items, editing and deleting an existing item.

null 0 Jan 3, 2022
Todo List Application is an android app that allows building a todo list and basic todo items management functionality including adding new items, editing and deleting an existing item

Todo List Application is an android app that allows building a todo list and basic todo items management functionality including adding new items, editing and deleting an existing item

null 0 Jan 22, 2022
Sample app demonstrating interop between Jetpack Compose and the Android UI toolkit, including SurfaceView

Wake Me Up Wake Me Up is a sample app showcased in the Google I/O 2021 Developer Keynote that demonstrates interoperability between Jetpack Compose an

Romain Guy 174 Dec 5, 2022
FairEmail is easy to set up and works with virtually all email providers, including Gmail, Outlook and Yahoo!

Downloads • Privacy • Support • License FairEmail Fully featured, open source, privacy oriented email app for Android FairEmail is easy to set up and

Marcel Bokhorst 1.5k Jan 2, 2023
A Full-Stack mobile app, including Android & Server, Simple-Poem 简诗. You can write poem in graceful & traditional Chinese style.

JianShi 简诗 A Full-Stack mobile app, including Android side & Server side, Simple-Poem 简诗. You can write poem in graceful & traditional Chinese style.

wingjay 1.9k Jan 6, 2023
Android Studio project wrapper around the Elixir TodoApp Desktop app to run on Android including the Erlang runtime

TodoApp Android: An Android Sample App This Android Studio project wraps the Desktop Sample App to run on an Android phone. How to build & run Install

elixir-desktop 78 Dec 10, 2022
Food For All is an app developed for Google Solutions 2022

Food For All is an app developed for Google Solutions 2022. Our objectives are reduce the food waste and consequently contribute to reduce hunger. The app connects the merchant, who works in supply centers and has to throw away unsold food everyday, and NGOs that fight hunger and help to feed hungry people before the food becomes unfit for human consumption.

Harnish Savsani 3 Apr 16, 2022
PayByBank SDK is an alternative and easier form of Open Banking solutions.

PayByBank SDK (Android) The Ecospend Gateway presents PayByBank SDK as an alternative and easier form of Open Banking Instant Payment solutions. PayBy

Ecospend Technologies Limited 4 Aug 10, 2022