Android development: Version1.0 (process and result display), androidversion1.0
This article is original: http://blog.csdn.net/minimicall
Reprinted must be noted.
A doctor found me and wanted to work with me to help him solve mobile products. He described his idea to me, searched for the cloth, searched for the cloth using the image recognition algorithm, then recommended it, And then associated with the merchant. This is a system built on image recognition.
The system has a circular shape and runs. The Web version is also available. However, the mobile version does not exist. Only one prototype is made by outsourcing personnel, and it is a demo, which is very rough and will crash.
He said that I am a technical master and a straightforward person. Trustworthy. Not to mention that this is a trick for entrepreneurs to win people. However, I also want to be able to have ideas. If you don't care much about your gains and losses, you should do a good job first. So I agreed.
Next, we will express our sincerity. Because people invite you to join the partnership, not to share money. But to work, this must be understood.
We adopt the idea of fast iteration. If we talk nonsense, how can we be formal with a younger brother?
In the first round, we should first prove that we can do this job. The lowest standard is that we can do the same thing with outsourcing. Of course, the result is that we must be better than him, and it is far better. Although the UI is still ugly. However, the architecture organization and smoothness of the lamp are all successful.
So the project starts from 10-20. End on the 31st.
On the 31st, this email was used as the end of this development round.
The response is good. After all, I developed it by myself, and my younger brother is still in the learning stage. Every day, He is guided to learn something. I still want to cultivate talents so that I can play the role of a team.
Below is.
Summary:
Progress control: the pace is good and the speed is still relatively fast.
Problems: 1. http problems, such as cookies, and file upload problems;
The UI is insufficient for the selection and comparison of the cache system for network images.
This is probably the case.
Take a week to learn about the UI. Reiterate the next round in a week.
Good night.
Android development: how to implement the following Baidu map functions on android: search results are obtained based on keywords entered by users
Is this the development of Baidu map on android?
Let's take a look at the example of Baidu map android api.
In android development, how can I customize the search box to implement Baidu search and display the search result listview?
Please use the AutoCompleteTextView control. This space is a supplement to textView, built-in listView function, and the search results are automatically filled.