K
K
korvin22017-12-25 17:00:21
css
korvin2, 2017-12-25 17:00:21

Bot for chat app android?

Hello.
There was a problem, or rather the goal, that you need to write a bot for one chat application.
The application is simple: specify your data (gender, name, age) and the same data for the interlocutor, you can also specify the number of interlocutors, then the search goes on.
The functionality of the bot is also, in my opinion, not complicated: you need to send a message to the interlocutor, then wait a minute. If he answers, write the text of the answer to the database. Otherwise, turn off. And so on the cycle.
But I don't know how to implement it. Under Android never wrote. I have experience with C#, a bit of Python, now I'm learning PHP thoroughly. I assume that it will be necessary to write in Java, this is not a problem. In general, if anyone knows in which direction to move - unsubscribe, please)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Artem Prokhorov, 2019-10-16
@Ylia_dr

relative for main-navigation
position: absolute for ul
don't give it 100% width so that the list doesn't stretch under main-navigation
absolute
left: 50%;
transform: translateX(-50%) (in order to fix the alignment, try without a transform to see, you will understand what I mean)

S
Sergey Ya, 2017-12-25
@sejak1983

Stupid question: Do you need a server application?

R
Rou1997, 2017-12-26
@Rou1997

You need to study reverse engineering for android: debugging without sources, decompilation, package tracking (http sniffers are in the playmarket, you can also run on Genymotion and run through Fiddler, which is on Windows, where the emulator is running; I hope there is http, not tcp ).
And you can write a bot on anything.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question