Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
今のところ、トークンを取得する両方の機能が同期していることがわかります (getRequestToken と getAcessToken)。
それらを非同期に取得し、たとえばバックグラウンドで進行状況を表示することは可能ですか?
PS私はAndroidプラットフォームで働いています。
どうもありがとう。
はい、AsyncTask でこれらのメソッドを呼び出して、ProgressDialog を表示するだけです。例を参照してください。