Dynamic programming doubt

Is it okay if i only focus on memoization technique instead of bottom up approach for solving DP questions?

no , because memoisation and recursion takes too much of memory, so sometimes its better to build answer from down to top