Recent content by dgi

  1. D

    Is there a way to clone a web browser or convert website into app ?

    Image of the home page(for example).And you show this image in the app.The image would be clickable and will redirect to the actual site.
  2. D

    Is there a way to clone a web browser or convert website into app ?

    Maybe is better to have a thumbnail of the site and when the user taps on it to redirect him there.Making a full request will pull a lot of internet traffic
  3. D

    How hard can this be?

    If you have some experience with C# i would suggest going with Android studio and Java. Java is very very similar to C#.And since this is more app oriented you would use the native UI of android.This convo with predefined questions is implemented with something called tree . Read about it and...
  4. D

    How Did You Learn To Code?

    I've been doing this for years and my advice to you is FUNDAMENTALS . Learn concepts not keywords and syntax.Try to understand it in depth and "try and fail" is best way to learn . Because while you try to solve the problem you will learn more . I wanted to make games and this is why I started...
  5. D

    Android bot question

    Yes it is , there is a framework called robotium. But the purpose is more for testing and scenarios.Like the others said if your trying to cheat the ads companies its not going to happen , because the first problem they solved when they created them was determining bot like behavior . And yes...
  6. D

    [Python] Need Multiprocessing God To Help Me (Advice, Template, Code, anything)

    Hi , If you still can't get it work, this is what you do. The concept consists of main thread and worker threads.There is queue class in python that is thread safe.That means that multiple threads can act on it. The main thread is filling the queue with URLs .The worker thread loops until the...
Back
Top