LoginSignup
3
3

More than 5 years have passed since last update.

「ブラウザアプリ」から「ネイティブアプリ」に関わる際に必要な考え方

Posted at

最近、エンジニアのアビリティチェンジという話を聞くので。
サーバー:PHPから、クライアント:C++/C#とか

サーバ -> クライアント
+ リソース(画像/音声)管理に注意
+ 使い終わったらメモリの解放を行う
+ CPUに無駄な計算(処理)は行わせない
+ 処理優先ではなく、 描画優先 である

クライアント -> サーバ
+ Linux、DBの勉強期間を十分に取る
+ VirtualBoxなど仮想環境の構築をして、作っては壊すの繰り返しを行う
+ 危険なコード(デッドロック、無限ループ) に注意する

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3